#085684

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

Shades of Dark Cerulean #085684

Tints of Dark Cerulean #085684

Color information

#085684 (or 0x085684) is unknown color: approx Dark Cerulean. HEX triplet: 08, 56 and 84. RGB value is (8,86,132). Sum of RGB (Red+Green+Blue) = 8+86+132=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 132 (51.95% from 255 or 58.41% from 226); Max value from RGB is 132 - color contains mainly: blue. Hex color #085684 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085684 is #F7A97B. Grayscale: #434343. Windows color (decimal): -16230780 or 8672776. OLE color: 8672776.

HSL color Cylindrical-coordinate representation of color #085684: hue angle of 202.26º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085684 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB886132-
CMYK0.940.3500.48
HSL202.26º88.57%27.45%-
HSV(B)202.26º93.94%51.76%-
XYZ7.598.3723.05-
YUV67.92164.1685.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.54%
GREEN value IS 86 (33.98% from 255) = 38.05%
BLUE value IS 132 (51.95% from 255) = 58.41%
R=3.54%
G=38.05%
B=58.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8861320.940.3500.48202.2688.5727.45
Hex856845E23030ca591b
Octal101262041364306031213133
Binary10001010110100001001011110100011011000011001010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085684; }

 p { color: rgb(8,86,132); }

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

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

 a { background-color: rgb(8,86,132); }

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

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

 span { border-color: rgb(8,86,132); }

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