Html Css Color HEX #08087C Navy

📋 copy color: '#08087C'

red 8 ◦ green 8 ◦ blue 124

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

Shades of Navy #08087C

Tints of Navy #08087C

RGB

 RED value IS 8 (3.52% from 255) = 5.71%

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

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

R = 5.71%
G = 5.71%
B = 88.57%

CMYK

 C value IS 0.94

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08087C (or 0x08087C) is known color: Navy. HEX triplet: 08, 08 and 7C. RGB value is (8,8,124). Sum of RGB (Red+Green+Blue) = 8+8+124=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 124 (48.83% from 255 or 88.57% from 140); Max value from RGB is 124 - color contains mainly: blue. Hex color #08087C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08087C is #F7F783. Grayscale: #141414. Windows color (decimal): -16250756 or 8128520. OLE color: 8128520.

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

Color convert

RGB 8 8 124 -
CMYK 0.94 0.94 0 0.51
HSL 240º 0.88% 0.26% -
HSV(B) 240º 0.94% 0.49% -
XYZ 3.83 1.68 19.19 -
YUV 21.22 186 118.57 -
System Red Green Blue C M Y K H S L
Decimal 8 8 124 0.94 0.94 0 0.51 240 0.88 0.26
Hex 8 8 7C 5E 5E 0 33 F0 58 1A
Octal 10 10 174 136 136 0 63 360 130 32
Binary 1000 1000 1111100 1011110 1011110 0 110011 11110000 1011000 11010

Color Harmonies of #08087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08087C

Black with #08087C

Text Example


Text Example

White with #08087C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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