#08097C

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

Shades of Navy #08097C

Tints of Navy #08097C

Color information

#08097C (or 0x08097C) is unknown color: approx 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

RGB89124-
CMYK0.940.9300.51
HSL239.48º87.88%25.88%-
HSV(B)239.48º93.55%48.63%-
XYZ3.841.719.2-
YUV21.81185.67118.15-

RGB Variations

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

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 (Cyan) values IS 0.94
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal891240.940.9300.51239.4887.8825.88
Hex897C5E5D033ef581a
Octal101117413613506335713032
Binary10001001111110010111101011101011001111101111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>