Html Css Color HEX #080270 Navy

📋 copy color: '#080270'

red 8 ◦ green 2 ◦ blue 112

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

Shades of Navy #080270

Tints of Navy #080270

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.64%

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

R = 6.56%
G = 1.64%
B = 91.8%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#080270 (or 0x080270) is known color: Navy. HEX triplet: 08, 02 and 70. RGB value is (8,2,112). Sum of RGB (Red+Green+Blue) = 8+2+112=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 112 (44.14% from 255 or 91.80% from 122); Max value from RGB is 112 - color contains mainly: blue. Hex color #080270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080270 is #F7FD8F. Grayscale: #0F0F0F. Windows color (decimal): -16252304 or 7340552. OLE color: 7340552.

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

Color convert

RGB 8 2 112 -
CMYK 0.93 0.98 0 0.56
HSL 243.27º 0.96% 0.22% -
HSV(B) 243.27º 0.98% 0.44% -
XYZ 3.05 1.26 15.41 -
YUV 16.33 181.99 122.06 -
System Red Green Blue C M Y K H S L
Decimal 8 2 112 0.93 0.98 0 0.56 243.27 0.96 0.22
Hex 8 2 70 5D 62 0 38 F3 60 16
Octal 10 2 160 135 142 0 70 363 140 26
Binary 1000 10 1110000 1011101 1100010 0 111000 11110011 1100000 10110

Color Harmonies of #080270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080270

Black with #080270

Text Example


Text Example

White with #080270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080270; }

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

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

background-color css

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

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

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

border-color css

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

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

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