Html Css Color HEX #080468 Navy

📋 copy color: '#080468'

red 8 ◦ green 4 ◦ blue 104

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

Shades of Navy #080468

Tints of Navy #080468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 89.66%

R = 6.9%
G = 3.45%
B = 89.66%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#080468 (or 0x080468) is known color: Navy. HEX triplet: 08, 04 and 68. RGB value is (8,4,104). Sum of RGB (Red+Green+Blue) = 8+4+104=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 104 (41.02% from 255 or 89.66% from 116); Max value from RGB is 104 - color contains mainly: blue. Hex color #080468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080468 is #F7FB97. Grayscale: #101010. Windows color (decimal): -16251800 or 6816776. OLE color: 6816776.

HSL color Cylindrical-coordinate representation of color #080468: hue angle of 242.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080468 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 4 104 -
CMYK 0.92 0.96 0 0.59
HSL 242.4º 0.93% 0.21% -
HSV(B) 242.4º 0.96% 0.41% -
XYZ 2.64 1.14 13.18 -
YUV 16.6 177.33 121.87 -
System Red Green Blue C M Y K H S L
Decimal 8 4 104 0.92 0.96 0 0.59 242.4 0.93 0.21
Hex 8 4 68 5C 60 0 3B F2 5D 15
Octal 10 4 150 134 140 0 73 362 135 25
Binary 1000 100 1101000 1011100 1100000 0 111011 11110010 1011101 10101

Color Harmonies of #080468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080468

Black with #080468

Text Example


Text Example

White with #080468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080468; }

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

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

background-color css

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

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

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

border-color css

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

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

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