#084D85

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

Shades of Dark Cerulean #084D85

Tints of Dark Cerulean #084D85

Color information

#084D85 (or 0x084D85) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4D and 85. RGB value is (8,77,133). Sum of RGB (Red+Green+Blue) = 8+77+133=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 133 (52.34% from 255 or 61.01% from 218); Max value from RGB is 133 - color contains mainly: blue. Hex color #084D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084D85 is #F7B27A. Grayscale: #3E3E3E. Windows color (decimal): -16233083 or 8736008. OLE color: 8736008.

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

Color convert

RGB877133-
CMYK0.940.4200.48
HSL206.88º88.65%27.65%-
HSV(B)206.88º93.98%52.16%-
XYZ6.997.0523.18-
YUV62.75167.6488.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.67%
GREEN value IS 77 (30.47% from 255) = 35.32%
BLUE value IS 133 (52.34% from 255) = 61.01%
R=3.67%
G=35.32%
B=61.01%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8771330.940.4200.48206.8888.6527.65
Hex84D855E2A030cf591c
Octal101152051365206031713134
Binary10001001101100001011011110101010011000011001111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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