#085E93

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

Shades of Dark Cerulean #085E93

Tints of Dark Cerulean #085E93

Color information

#085E93 (or 0x085E93) is unknown color: approx Dark Cerulean. HEX triplet: 08, 5E and 93. RGB value is (8,94,147). Sum of RGB (Red+Green+Blue) = 8+94+147=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 147 (57.81% from 255 or 59.04% from 249); Max value from RGB is 147 - color contains mainly: blue. Hex color #085E93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085E93 is #F7A16C. Grayscale: #4A4A4A. Windows color (decimal): -16228717 or 9657864. OLE color: 9657864.

HSL color Cylindrical-coordinate representation of color #085E93: hue angle of 202.88º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085E93 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB894147-
CMYK0.950.3600.42
HSL202.88º89.68%30.39%-
HSV(B)202.88º94.56%57.65%-
XYZ9.3710.1629.07-
YUV74.33169.0180.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.21%
GREEN value IS 94 (37.11% from 255) = 37.75%
BLUE value IS 147 (57.81% from 255) = 59.04%
R=3.21%
G=37.75%
B=59.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8941470.950.3600.42202.8889.6830.39
Hex85E935F2402Acb5a1e
Octal101362231374405231313236
Binary10001011110100100111011111100100010101011001011101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085E93; }

 p { color: rgb(8,94,147); }

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

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

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

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

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

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

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