#080874

Color #080874 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #080874

Tints of Navy #080874

Color information

#080874 (or 0x080874) is unknown color: approx Navy. HEX triplet: 08, 08 and 74. RGB value is (8,8,116). Sum of RGB (Red+Green+Blue) = 8+8+116=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 116 (45.70% from 255 or 87.88% from 132); Max value from RGB is 116 - color contains mainly: blue. Hex color #080874 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080874 is #F7F78B. Grayscale: #131313. Windows color (decimal): -16250764 or 7604232. OLE color: 7604232.

HSL color Cylindrical-coordinate representation of color #080874: hue angle of 240º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080874 is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB88116-
CMYK0.930.9300.55
HSL240º87.1%24.31%-
HSV(B)240º93.1%45.49%-
XYZ3.341.4916.63-
YUV20.31182119.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.06%
GREEN value IS 8 (3.52% from 255) = 6.06%
BLUE value IS 116 (45.70% from 255) = 87.88%
R=6.06%
G=6.06%
B=87.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal881160.930.9300.5524087.124.31
Hex88745D5D037f05718
Octal101016413513506736012730
Binary10001000111010010111011011101011011111110000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080874; }

 p { color: rgb(8,8,116); }

 H1.HeaderClassName
 {
   color: #080874;
 }
 .AnyTagClassName
 {
   color: #080874;
 }
</style>
background-color css

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

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

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

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

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

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