Html Css Color HEX #08057D Navy

📋 copy color: '#08057D'

red 8 ◦ green 5 ◦ blue 125

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

Shades of Navy #08057D

Tints of Navy #08057D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 90.58%

R = 5.8%
G = 3.62%
B = 90.58%

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

#08057D (or 0x08057D) is known color: Navy. HEX triplet: 08, 05 and 7D. RGB value is (8,5,125). Sum of RGB (Red+Green+Blue) = 8+5+125=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 125 (49.22% from 255 or 90.58% from 138); Max value from RGB is 125 - color contains mainly: blue. Hex color #08057D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08057D is #F7FA82. Grayscale: #131313. Windows color (decimal): -16251523 or 8193288. OLE color: 8193288.

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

Color convert

RGB 8 5 125 -
CMYK 0.94 0.96 0 0.51
HSL 241.5º 0.92% 0.25% -
HSV(B) 241.5º 0.96% 0.49% -
XYZ 3.86 1.64 19.52 -
YUV 19.58 187.49 119.74 -
System Red Green Blue C M Y K H S L
Decimal 8 5 125 0.94 0.96 0 0.51 241.5 0.92 0.25
Hex 8 5 7D 5E 60 0 33 F2 5C 19
Octal 10 5 175 136 140 0 63 362 134 31
Binary 1000 101 1111101 1011110 1100000 0 110011 11110010 1011100 11001

Color Harmonies of #08057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08057D

Black with #08057D

Text Example


Text Example

White with #08057D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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