#085278

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

Shades of Dark Cerulean #085278

Tints of Dark Cerulean #085278

Color information

#085278 (or 0x085278) is unknown color: approx Dark Cerulean. HEX triplet: 08, 52 and 78. RGB value is (8,82,120). Sum of RGB (Red+Green+Blue) = 8+82+120=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #085278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085278 is #F7AD87. Grayscale: #3F3F3F. Windows color (decimal): -16231816 or 7885320. OLE color: 7885320.

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

Color convert

RGB882120-
CMYK0.930.3200.53
HSL200.36º87.5%25.1%-
HSV(B)200.36º93.33%47.06%-
XYZ6.517.4418.86-
YUV64.21159.4887.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.81%
GREEN value IS 82 (32.42% from 255) = 39.05%
BLUE value IS 120 (47.27% from 255) = 57.14%
R=3.81%
G=39.05%
B=57.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8821200.930.3200.53200.3687.525.1
Hex852785D20035c85819
Octal101221701354006531013031
Binary1000101001011110001011101100000011010111001000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085278; }

 p { color: rgb(8,82,120); }

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

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

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

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

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

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

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