Html Css Color HEX #080F84 Navy

📋 copy color: '#080F84'

red 8 ◦ green 15 ◦ blue 132

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

Shades of Navy #080F84

Tints of Navy #080F84

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.68%

 BLUE value IS 132 (51.95% from 255) = 85.16%

R = 5.16%
G = 9.68%
B = 85.16%

CMYK

 C value IS 0.94

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#080F84 (or 0x080F84) is known color: Navy. HEX triplet: 08, 0F and 84. RGB value is (8,15,132). Sum of RGB (Red+Green+Blue) = 8+15+132=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 132 (51.95% from 255 or 85.16% from 155); Max value from RGB is 132 - color contains mainly: blue. Hex color #080F84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080F84 is #F7F07B. Grayscale: #191919. Windows color (decimal): -16248956 or 8654600. OLE color: 8654600.

HSL color Cylindrical-coordinate representation of color #080F84: hue angle of 236.61º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080F84 is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 15 132 -
CMYK 0.94 0.89 0 0.48
HSL 236.61º 0.89% 0.27% -
HSV(B) 236.61º 0.94% 0.52% -
XYZ 4.44 2.06 21.99 -
YUV 26.25 187.68 114.99 -
System Red Green Blue C M Y K H S L
Decimal 8 15 132 0.94 0.89 0 0.48 236.61 0.89 0.27
Hex 8 F 84 5E 59 0 30 ED 59 1B
Octal 10 17 204 136 131 0 60 355 131 33
Binary 1000 1111 10000100 1011110 1011001 0 110000 11101101 1011001 11011

Color Harmonies of #080F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F84

Black with #080F84

Text Example


Text Example

White with #080F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080F84; }

 p { color: rgb(8,15,132); }

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

background-color css

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

 a { background-color: rgb(8,15,132); }

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

border-color css

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

 span { border-color: rgb(8,15,132); }

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