Html Css Color HEX #08046A Navy

📋 copy color: '#08046A'

red 8 ◦ green 4 ◦ blue 106

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

Shades of Navy #08046A

Tints of Navy #08046A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 89.83%

R = 6.78%
G = 3.39%
B = 89.83%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08046A (or 0x08046A) is known color: Navy. HEX triplet: 08, 04 and 6A. RGB value is (8,4,106). Sum of RGB (Red+Green+Blue) = 8+4+106=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 106 (41.80% from 255 or 89.83% from 118); Max value from RGB is 106 - color contains mainly: blue. Hex color #08046A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08046A is #F7FB95. Grayscale: #101010. Windows color (decimal): -16251798 or 6947848. OLE color: 6947848.

HSL color Cylindrical-coordinate representation of color #08046A: hue angle of 242.35º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08046A is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 4 106 -
CMYK 0.92 0.96 0 0.58
HSL 242.35º 0.93% 0.22% -
HSV(B) 242.35º 0.96% 0.42% -
XYZ 2.75 1.18 13.72 -
YUV 16.82 178.33 121.71 -
System Red Green Blue C M Y K H S L
Decimal 8 4 106 0.92 0.96 0 0.58 242.35 0.93 0.22
Hex 8 4 6A 5C 60 0 3A F2 5D 16
Octal 10 4 152 134 140 0 72 362 135 26
Binary 1000 100 1101010 1011100 1100000 0 111010 11110010 1011101 10110

Color Harmonies of #08046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08046A

Black with #08046A

Text Example


Text Example

White with #08046A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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