#084D8C

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

Shades of Dark Cerulean #084D8C

Tints of Dark Cerulean #084D8C

Color information

#084D8C (or 0x084D8C) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4D and 8C. RGB value is (8,77,140). Sum of RGB (Red+Green+Blue) = 8+77+140=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 140 (55.08% from 255 or 62.22% from 225); Max value from RGB is 140 - color contains mainly: blue. Hex color #084D8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084D8C is #F7B273. Grayscale: #3F3F3F. Windows color (decimal): -16233076 or 9194760. OLE color: 9194760.

HSL color Cylindrical-coordinate representation of color #084D8C: hue angle of 208.64º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084D8C is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB877140-
CMYK0.940.4500.45
HSL208.64º89.19%29.02%-
HSV(B)208.64º94.29%54.9%-
XYZ7.497.2525.82-
YUV63.55171.1488.38-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.56%
GREEN value IS 77 (30.47% from 255) = 34.22%
BLUE value IS 140 (55.08% from 255) = 62.22%
R=3.56%
G=34.22%
B=62.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8771400.940.4500.45208.6489.1929.02
Hex84D8C5E2D02Dd1591d
Octal101152141365505532113135
Binary10001001101100011001011110101101010110111010001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084D8C; }

 p { color: rgb(8,77,140); }

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

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

 a { background-color: rgb(8,77,140); }

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

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

 span { border-color: rgb(8,77,140); }

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