#085378

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

Shades of Dark Cerulean #085378

Tints of Dark Cerulean #085378

Color information

#085378 (or 0x085378) is unknown color: approx Dark Cerulean. HEX triplet: 08, 53 and 78. RGB value is (8,83,120). Sum of RGB (Red+Green+Blue) = 8+83+120=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 120 (47.27% from 255 or 56.87% from 211); Max value from RGB is 120 - color contains mainly: blue. Hex color #085378 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085378 is #F7AC87. Grayscale: #404040. Windows color (decimal): -16231560 or 7885576. OLE color: 7885576.

HSL color Cylindrical-coordinate representation of color #085378: hue angle of 199.82º 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 #085378 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB883120-
CMYK0.930.3100.53
HSL199.82º87.5%25.1%-
HSV(B)199.82º93.33%47.06%-
XYZ6.587.5918.89-
YUV64.79159.1587.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.79%
GREEN value IS 83 (32.81% from 255) = 39.34%
BLUE value IS 120 (47.27% from 255) = 56.87%
R=3.79%
G=39.34%
B=56.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8831200.930.3100.53199.8287.525.1
Hex853785D1F035c85819
Octal101231701353706531013031
Binary100010100111111000101110111111011010111001000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085378; }

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

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

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

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

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

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

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

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