#084688

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

Shades of Dark Cerulean #084688

Tints of Dark Cerulean #084688

Color information

#084688 (or 0x084688) is unknown color: approx Dark Cerulean. HEX triplet: 08, 46 and 88. RGB value is (8,70,136). Sum of RGB (Red+Green+Blue) = 8+70+136=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 136 (53.52% from 255 or 63.55% from 214); Max value from RGB is 136 - color contains mainly: blue. Hex color #084688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084688 is #F7B977. Grayscale: #3A3A3A. Windows color (decimal): -16234872 or 8930824. OLE color: 8930824.

HSL color Cylindrical-coordinate representation of color #084688: hue angle of 210.94º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084688 is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB870136-
CMYK0.940.4900.47
HSL210.94º88.89%28.24%-
HSV(B)210.94º94.12%53.33%-
XYZ6.736.2124.14-
YUV58.99171.4691.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.74%
GREEN value IS 70 (27.73% from 255) = 32.71%
BLUE value IS 136 (53.52% from 255) = 63.55%
R=3.74%
G=32.71%
B=63.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8701360.940.4900.47210.9488.8928.24
Hex846885E3102Fd3591c
Octal101062101366105732313134
Binary10001000110100010001011110110001010111111010011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084688; }

 p { color: rgb(8,70,136); }

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

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

 a { background-color: rgb(8,70,136); }

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

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

 span { border-color: rgb(8,70,136); }

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