#00087E

Color #00087E Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #00087E

Tints of Navy #00087E

Color information

#00087E (or 0x00087E) is unknown color: approx Navy. HEX triplet: 00, 08 and 7E. RGB value is (0,8,126). Sum of RGB (Red+Green+Blue) = 0+8+126=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 126 (49.61% from 255 or 94.03% from 134); Max value from RGB is 126 - color contains mainly: blue. Hex color #00087E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00087E is #FFF781. Grayscale: #121212. Windows color (decimal): -16775042 or 8259584. OLE color: 8259584.

HSL color Cylindrical-coordinate representation of color #00087E: hue angle of 236.19º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00087E is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB08126-
CMYK10.9400.51
HSL236.19º100%24.71%-
HSV(B)236.19º100%49.41%-
XYZ3.851.6819.86-
YUV19.06188.35114.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 8 (3.52% from 255) = 5.97%
BLUE value IS 126 (49.61% from 255) = 94.03%
R=0%
G=5.97%
B=94.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal0812610.9400.51236.1910024.71
Hex087E645E033ec6419
Octal01017614413606335414431
Binary01000111111011001001011110011001111101100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00087E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00087E; }

 p { color: rgb(0,8,126); }

 H1.HeaderClassName
 {
   color: #00087E;
 }
 .AnyTagClassName
 {
   color: #00087E;
 }
</style>
background-color css

<style>
 a { background-color: #00087E; }

 a { background-color: rgb(0,8,126); }

 div.DivClassName
 {
   background-color: #00087E;
 }
 .BgClassName
 {
   background-color: #00087E;
 }
</style>
border-color css

<style>
 span { border-color: #00087E; }

 span { border-color: rgb(0,8,126); }

 td.TdClassName
 {
   border-color: #00087E;
 }
 .TagClassName
 {
   border-color: #00087E;
 }
</style>