Html Css Color HEX #080370 Navy

📋 copy color: '#080370'

red 8 ◦ green 3 ◦ blue 112

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

Shades of Navy #080370

Tints of Navy #080370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 91.06%

R = 6.5%
G = 2.44%
B = 91.06%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#080370 (or 0x080370) is known color: Navy. HEX triplet: 08, 03 and 70. RGB value is (8,3,112). Sum of RGB (Red+Green+Blue) = 8+3+112=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 112 (44.14% from 255 or 91.06% from 123); Max value from RGB is 112 - color contains mainly: blue. Hex color #080370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080370 is #F7FC8F. Grayscale: #101010. Windows color (decimal): -16252048 or 7340808. OLE color: 7340808.

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

Color convert

RGB 8 3 112 -
CMYK 0.93 0.97 0 0.56
HSL 242.75º 0.95% 0.23% -
HSV(B) 242.75º 0.97% 0.44% -
XYZ 3.06 1.29 15.42 -
YUV 16.92 181.66 121.64 -
System Red Green Blue C M Y K H S L
Decimal 8 3 112 0.93 0.97 0 0.56 242.75 0.95 0.23
Hex 8 3 70 5D 61 0 38 F3 5F 17
Octal 10 3 160 135 141 0 70 363 137 27
Binary 1000 11 1110000 1011101 1100001 0 111000 11110011 1011111 10111

Color Harmonies of #080370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080370

Black with #080370

Text Example


Text Example

White with #080370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080370; }

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

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

background-color css

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

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

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

border-color css

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

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

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