Html Css Color HEX #08046F Navy

📋 copy color: '#08046F'

red 8 ◦ green 4 ◦ blue 111

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

Shades of Navy #08046F

Tints of Navy #08046F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.25%

 BLUE value IS 111 (43.75% from 255) = 90.24%

R = 6.5%
G = 3.25%
B = 90.24%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#08046F (or 0x08046F) is known color: Navy. HEX triplet: 08, 04 and 6F. RGB value is (8,4,111). Sum of RGB (Red+Green+Blue) = 8+4+111=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 111 (43.75% from 255 or 90.24% from 123); Max value from RGB is 111 - color contains mainly: blue. Hex color #08046F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08046F is #F7FB90. Grayscale: #101010. Windows color (decimal): -16251793 or 7275528. OLE color: 7275528.

HSL color Cylindrical-coordinate representation of color #08046F: hue angle of 242.24º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08046F is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 4 111 -
CMYK 0.93 0.96 0 0.56
HSL 242.24º 0.93% 0.23% -
HSV(B) 242.24º 0.96% 0.44% -
XYZ 3.01 1.29 15.13 -
YUV 17.39 180.83 121.3 -
System Red Green Blue C M Y K H S L
Decimal 8 4 111 0.93 0.96 0 0.56 242.24 0.93 0.23
Hex 8 4 6F 5D 60 0 38 F2 5D 17
Octal 10 4 157 135 140 0 70 362 135 27
Binary 1000 100 1101111 1011101 1100000 0 111000 11110010 1011101 10111

Color Harmonies of #08046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08046F

Black with #08046F

Text Example


Text Example

White with #08046F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08046F; }

 p { color: rgb(8,4,111); }

 H1.HeaderClassName
 {
   color: #08046F;
 }
 .AnyTagClassName
 {
   color: #08046F;
 }
</style>

background-color css

<style>
 a { background-color: #08046F; }

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

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

border-color css

<style>
 span { border-color: #08046F; }

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

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