#053C84

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

Shades of Dark Cerulean #053C84

Tints of Dark Cerulean #053C84

Color information

#053C84 (or 0x053C84) is unknown color: approx Dark Cerulean. HEX triplet: 05, 3C and 84. RGB value is (5,60,132). Sum of RGB (Red+Green+Blue) = 5+60+132=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 132 (51.95% from 255 or 67.01% from 197); Max value from RGB is 132 - color contains mainly: blue. Hex color #053C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053C84 is #FAC37B. Grayscale: #333333. Windows color (decimal): -16434044 or 8666117. OLE color: 8666117.

HSL color Cylindrical-coordinate representation of color #053C84: hue angle of 214.02º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053C84 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB560132-
CMYK0.960.5500.48
HSL214.02º92.7%26.86%-
HSV(B)214.02º96.21%51.76%-
XYZ5.844.9322.47-
YUV51.76173.2894.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.54%
GREEN value IS 60 (23.83% from 255) = 30.46%
BLUE value IS 132 (51.95% from 255) = 67.01%
R=2.54%
G=30.46%
B=67.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5601320.960.5500.48214.0292.726.86
Hex53C846037030d65d1b
Octal5742041406706032613533
Binary101111100100001001100000110111011000011010110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053C84; }

 p { color: rgb(5,60,132); }

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

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

 a { background-color: rgb(5,60,132); }

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

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

 span { border-color: rgb(5,60,132); }

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