#085894

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

Shades of Dark Cerulean #085894

Tints of Dark Cerulean #085894

Color information

#085894 (or 0x085894) is unknown color: approx Dark Cerulean. HEX triplet: 08, 58 and 94. RGB value is (8,88,148). Sum of RGB (Red+Green+Blue) = 8+88+148=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 148 (58.20% from 255 or 60.66% from 244); Max value from RGB is 148 - color contains mainly: blue. Hex color #085894 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085894 is #F7A76B. Grayscale: #464646. Windows color (decimal): -16230252 or 9721864. OLE color: 9721864.

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

Color convert

RGB888148-
CMYK0.950.4100.42
HSL205.71º89.74%30.59%-
HSV(B)205.71º94.59%58.04%-
XYZ8.949.1729.32-
YUV70.92171.583.12-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.28%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 148 (58.20% from 255) = 60.66%
R=3.28%
G=36.07%
B=60.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8881480.950.4100.42205.7189.7430.59
Hex858945F2902Ace5a1f
Octal101302241375105231613237
Binary10001011000100101001011111101001010101011001110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085894; }

 p { color: rgb(8,88,148); }

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

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

 a { background-color: rgb(8,88,148); }

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

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

 span { border-color: rgb(8,88,148); }

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