Html Css Color HEX #08097C Navy

📋 copy color: '#08097C'

red 8 ◦ green 9 ◦ blue 124

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

Shades of Navy #08097C

Tints of Navy #08097C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.38%

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

R = 5.67%
G = 6.38%
B = 87.94%

CMYK

 C value IS 0.94

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08097C (or 0x08097C) is known color: Navy. HEX triplet: 08, 09 and 7C. RGB value is (8,9,124). Sum of RGB (Red+Green+Blue) = 8+9+124=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 124 (48.83% from 255 or 87.94% from 141); Max value from RGB is 124 - color contains mainly: blue. Hex color #08097C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08097C is #F7F683. Grayscale: #151515. Windows color (decimal): -16250500 or 8128776. OLE color: 8128776.

HSL color Cylindrical-coordinate representation of color #08097C: hue angle of 239.48º 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 #08097C is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 9 124 -
CMYK 0.94 0.93 0 0.51
HSL 239.48º 0.88% 0.26% -
HSV(B) 239.48º 0.94% 0.49% -
XYZ 3.84 1.7 19.2 -
YUV 21.81 185.67 118.15 -
System Red Green Blue C M Y K H S L
Decimal 8 9 124 0.94 0.93 0 0.51 239.48 0.88 0.26
Hex 8 9 7C 5E 5D 0 33 EF 58 1A
Octal 10 11 174 136 135 0 63 357 130 32
Binary 1000 1001 1111100 1011110 1011101 0 110011 11101111 1011000 11010

Color Harmonies of #08097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08097C

Black with #08097C

Text Example


Text Example

White with #08097C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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