Html Css Color HEX #080378 Navy

📋 copy color: '#080378'

red 8 ◦ green 3 ◦ blue 120

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

Shades of Navy #080378

Tints of Navy #080378

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.29%

 BLUE value IS 120 (47.27% from 255) = 91.6%

R = 6.11%
G = 2.29%
B = 91.6%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#080378 (or 0x080378) is known color: Navy. HEX triplet: 08, 03 and 78. RGB value is (8,3,120). Sum of RGB (Red+Green+Blue) = 8+3+120=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 120 (47.27% from 255 or 91.60% from 131); Max value from RGB is 120 - color contains mainly: blue. Hex color #080378 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080378 is #F7FC87. Grayscale: #111111. Windows color (decimal): -16252040 or 7865096. OLE color: 7865096.

HSL color Cylindrical-coordinate representation of color #080378: hue angle of 242.56º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #080378 is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 3 120 -
CMYK 0.93 0.98 0 0.53
HSL 242.56º 0.95% 0.24% -
HSV(B) 242.56º 0.98% 0.47% -
XYZ 3.52 1.47 17.87 -
YUV 17.83 185.66 120.99 -
System Red Green Blue C M Y K H S L
Decimal 8 3 120 0.93 0.98 0 0.53 242.56 0.95 0.24
Hex 8 3 78 5D 62 0 35 F3 5F 18
Octal 10 3 170 135 142 0 65 363 137 30
Binary 1000 11 1111000 1011101 1100010 0 110101 11110011 1011111 11000

Color Harmonies of #080378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080378

Black with #080378

Text Example


Text Example

White with #080378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080378; }

 p { color: rgb(8,3,120); }

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

background-color css

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

 a { background-color: rgb(8,3,120); }

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

border-color css

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

 span { border-color: rgb(8,3,120); }

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