Html Css Color HEX #080275 Navy

📋 copy color: '#080275'

red 8 ◦ green 2 ◦ blue 117

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

Shades of Navy #080275

Tints of Navy #080275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 92.13%

R = 6.3%
G = 1.57%
B = 92.13%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#080275 (or 0x080275) is known color: Navy. HEX triplet: 08, 02 and 75. RGB value is (8,2,117). Sum of RGB (Red+Green+Blue) = 8+2+117=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 117 (46.09% from 255 or 92.13% from 127); Max value from RGB is 117 - color contains mainly: blue. Hex color #080275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080275 is #F7FD8A. Grayscale: #101010. Windows color (decimal): -16252299 or 7668232. OLE color: 7668232.

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

Color convert

RGB 8 2 117 -
CMYK 0.93 0.98 0 0.54
HSL 243.13º 0.97% 0.23% -
HSV(B) 243.13º 0.98% 0.46% -
XYZ 3.33 1.38 16.92 -
YUV 16.9 184.49 121.65 -
System Red Green Blue C M Y K H S L
Decimal 8 2 117 0.93 0.98 0 0.54 243.13 0.97 0.23
Hex 8 2 75 5D 62 0 36 F3 61 17
Octal 10 2 165 135 142 0 66 363 141 27
Binary 1000 10 1110101 1011101 1100010 0 110110 11110011 1100001 10111

Color Harmonies of #080275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080275

Black with #080275

Text Example


Text Example

White with #080275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080275; }

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

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

background-color css

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

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

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

border-color css

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

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

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