#084D70

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

Shades of Dark Cerulean #084D70

Tints of Dark Cerulean #084D70

Color information

#084D70 (or 0x084D70) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4D and 70. RGB value is (8,77,112). Sum of RGB (Red+Green+Blue) = 8+77+112=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #084D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084D70 is #F7B28F. Grayscale: #3C3C3C. Windows color (decimal): -16233104 or 7359752. OLE color: 7359752.

HSL color Cylindrical-coordinate representation of color #084D70: hue angle of 200.19º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084D70 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB877112-
CMYK0.930.3100.56
HSL200.19º86.67%23.53%-
HSV(B)200.19º92.86%43.92%-
XYZ5.686.5316.29-
YUV60.36157.1490.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.06%
GREEN value IS 77 (30.47% from 255) = 39.09%
BLUE value IS 112 (44.14% from 255) = 56.85%
R=4.06%
G=39.09%
B=56.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8771120.930.3100.56200.1986.6723.53
Hex84D705D1F038c85718
Octal101151601353707031012730
Binary100010011011110000101110111111011100011001000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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