Html Css Color HEX #08057C Navy

📋 copy color: '#08057C'

red 8 ◦ green 5 ◦ blue 124

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

Shades of Navy #08057C

Tints of Navy #08057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.65%

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

R = 5.84%
G = 3.65%
B = 90.51%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08057C (or 0x08057C) is known color: Navy. HEX triplet: 08, 05 and 7C. RGB value is (8,5,124). Sum of RGB (Red+Green+Blue) = 8+5+124=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 124 (48.83% from 255 or 90.51% from 137); Max value from RGB is 124 - color contains mainly: blue. Hex color #08057C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08057C is #F7FA83. Grayscale: #121212. Windows color (decimal): -16251524 or 8127752. OLE color: 8127752.

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

Color convert

RGB 8 5 124 -
CMYK 0.94 0.96 0 0.51
HSL 241.51º 0.92% 0.25% -
HSV(B) 241.51º 0.96% 0.49% -
XYZ 3.79 1.62 19.18 -
YUV 19.46 186.99 119.82 -
System Red Green Blue C M Y K H S L
Decimal 8 5 124 0.94 0.96 0 0.51 241.51 0.92 0.25
Hex 8 5 7C 5E 60 0 33 F2 5C 19
Octal 10 5 174 136 140 0 63 362 134 31
Binary 1000 101 1111100 1011110 1100000 0 110011 11110010 1011100 11001

Color Harmonies of #08057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08057C

Black with #08057C

Text Example


Text Example

White with #08057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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