#084485

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

Shades of Dark Cerulean #084485

Tints of Dark Cerulean #084485

Color information

#084485 (or 0x084485) is unknown color: approx Dark Cerulean. HEX triplet: 08, 44 and 85. RGB value is (8,68,133). Sum of RGB (Red+Green+Blue) = 8+68+133=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #084485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084485 is #F7BB7A. Grayscale: #393939. Windows color (decimal): -16235387 or 8733704. OLE color: 8733704.

HSL color Cylindrical-coordinate representation of color #084485: hue angle of 211.2º 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 #084485 is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB868133-
CMYK0.940.4900.48
HSL211.2º88.65%27.65%-
HSV(B)211.2º93.98%52.16%-
XYZ6.45.8822.99-
YUV57.47170.6292.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.83%
GREEN value IS 68 (26.95% from 255) = 32.54%
BLUE value IS 133 (52.34% from 255) = 63.64%
R=3.83%
G=32.54%
B=63.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8681330.940.4900.48211.288.6527.65
Hex844855E31030d3591c
Octal101042051366106032313134
Binary10001000100100001011011110110001011000011010011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084485; }

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

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

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

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

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

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

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

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