Html Css Color HEX #00087C Navy

📋 copy color: '#00087C'

red 0 ◦ green 8 ◦ blue 124

#00087C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #00087C

Tints of Navy #00087C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 8 (3.52% from 255) = 6.06%

 BLUE value IS 124 (48.83% from 255) = 93.94%

R = 0%
G = 6.06%
B = 93.94%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00087C (or 0x00087C) is known color: Navy. HEX triplet: 00, 08 and 7C. RGB value is (0,8,124). Sum of RGB (Red+Green+Blue) = 0+8+124=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 124 (48.83% from 255 or 93.94% from 132); Max value from RGB is 124 - color contains mainly: blue. Hex color #00087C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00087C is #FFF783. Grayscale: #121212. Windows color (decimal): -16775044 or 8128512. OLE color: 8128512.

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

Color convert

RGB 0 8 124 -
CMYK 1 0.94 0 0.51
HSL 236.13º 1% 0.24% -
HSV(B) 236.13º 1% 0.49% -
XYZ 3.72 1.63 19.19 -
YUV 18.83 187.35 114.57 -
System Red Green Blue C M Y K H S L
Decimal 0 8 124 1 0.94 0 0.51 236.13 1 0.24
Hex 0 8 7C 64 5E 0 33 EC 64 18
Octal 0 10 174 144 136 0 63 354 144 30
Binary 0 1000 1111100 1100100 1011110 0 110011 11101100 1100100 11000

Color Harmonies of #00087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00087C

Black with #00087C

Text Example


Text Example

White with #00087C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00087C;
 }
 .AnyTagClassName
 {
   color: #00087C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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