#085070

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

Shades of Dark Cerulean #085070

Tints of Dark Cerulean #085070

Color information

#085070 (or 0x085070) is unknown color: approx Dark Cerulean. HEX triplet: 08, 50 and 70. RGB value is (8,80,112). Sum of RGB (Red+Green+Blue) = 8+80+112=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #085070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085070 is #F7AF8F. Grayscale: #3D3D3D. Windows color (decimal): -16232336 or 7360520. OLE color: 7360520.

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

Color convert

RGB880112-
CMYK0.930.2900.56
HSL198.46º86.67%23.53%-
HSV(B)198.46º92.86%43.92%-
XYZ5.896.9616.36-
YUV62.12156.1589.4-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4%
GREEN value IS 80 (31.64% from 255) = 40%
BLUE value IS 112 (44.14% from 255) = 56%
R=4%
G=40%
B=56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8801120.930.2900.56198.4686.6723.53
Hex850705D1D038c65718
Octal101201601353507030612730
Binary100010100001110000101110111101011100011000110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085070; }

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

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

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

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

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

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

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

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