#085076

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

Shades of Dark Cerulean #085076

Tints of Dark Cerulean #085076

Color information

#085076 (or 0x085076) is unknown color: approx Dark Cerulean. HEX triplet: 08, 50 and 76. RGB value is (8,80,118). Sum of RGB (Red+Green+Blue) = 8+80+118=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #085076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085076 is #F7AF89. Grayscale: #3E3E3E. Windows color (decimal): -16232330 or 7753736. OLE color: 7753736.

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

Color convert

RGB880118-
CMYK0.930.3200.54
HSL200.73º87.3%24.71%-
HSV(B)200.73º93.22%46.27%-
XYZ6.247.118.18-
YUV62.8159.1588.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.88%
GREEN value IS 80 (31.64% from 255) = 38.83%
BLUE value IS 118 (46.48% from 255) = 57.28%
R=3.88%
G=38.83%
B=57.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8801180.930.3200.54200.7387.324.71
Hex850765D20036c95719
Octal101201661354006631112731
Binary1000101000011101101011101100000011011011001001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085076; }

 p { color: rgb(8,80,118); }

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

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

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

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

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

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

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