COLOR #000075

HEX: #000075
RGB: (0,0,117)

Color info

#000075 contains only blue color. Web safe color of #000075 is #000066 (or #006).

RGB color model

#000075 color RGB value is (0,0,117).

  • red value is 0;
  • green value is 0;
  • blue value is 117.
RGB:
(0,0,117)
(0%,0%,46%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 117 of 255 = 46%

0
0
117

R + G + B ~ 15%. #000075 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 0 + 117 = 117 (100%)
R 0 of 117 ~ 0%
G 0 of 117 ~ 0%
B 117 of 117 ~ 100%

%100

CMYK color model

#000075 color CMYK value is (100,100,0,54).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(100,100,0,54)
C100M100Y0K54 
(100%,100%,0%,54%)
(1.00/1.00/0.00/0.54)	

CMYK percentages

%100
%100
%0
%54.12

Codes

Color #000075 in popluar color models

000075
RGB00117
HSL240°100.00%22.94%
HSB/HSV240°100.00%45.88%
CMYK100.00%100.00%0.00%
54.12%

Color #000075 in popluar number systems.

HEX000075
Decimal00117
Binary001110101
Octal00165

Shades and tints

Shades of #000075

#000075
(0,0,117)
#00006B
(0,0,107)
#000061
(0,0,97)
#000057
(0,0,87)
#00004D
(0,0,77)
#000043
(0,0,67)
#000039
(0,0,57)
#00002F
(0,0,47)
#000025
(0,0,37)
#00001B
(0,0,27)
#000011
(0,0,17)
#000000
(0,0,0)

Tints of #000075

#000075
(0,0,117)
#171781
(23,23,129)
#2E2E8D
(46,46,141)
#454599
(69,69,153)
#5C5CA5
(92,92,165)
#7373B1
(115,115,177)
#8A8ABD
(138,138,189)
#A1A1C9
(161,161,201)
#B8B8D5
(184,184,213)
#CFCFE1
(207,207,225)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #000075 color. Also use rgb(0,0,117) instead hex code.

Text Font Color

.myTextColor { color: #000075; }

<p style="color:#000075">This sample text font color is #000075.</p>

This text font color is #000075.


Background Color

.myBgColor { background-color: #000075; }

<div style="background-color:#000075">Inner text</div>

This div background color is #000075.


Border color

.myBorderColor { border: 1px solid #000075; }

<div style="border:3px solid #000075">Div</div>

This div border color is #000075.


Opacity

.myOpacity80 { color: #000075; opacity: 0.8; }

<p style="color:#000075;opacity:0.8;">80%</p>

Text with #000075 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #000075;}

<p style="text-shadow: 3px 3px 1px #000075">Text here.</p>

This text has shadow with #000075 color.

.textShadow {text-shadow: 3px 3px 1px #000075, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #000075, 5px 5px 20px red">Text here.</p>

This text has shadow with #000075 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#000075, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#000075, Direction=45, Strength=4)">Text</p>

This text has shadow with #000075 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #000075;
  -webkit-box-shadow:	1px 1px 3px 2px #000075;
  box-shadow:		1px 1px 3px 2px #000075;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #000075;
-webkit-box-shadow: 1px 1px 3px 2px #000075;
box-shadow:1px 1px 3px 2px #000075;">
Div content here</div>
This div box has shadow with color #000075.

Preview

Color preview on black background

This text has color #000075 on black background.


Color preview on white background

This text has color #000075 on white background.



Black color preview on #000075 background

This text has black color on #000075 background.


White color preview on #000075 background

This text has white color on #000075 background.