#053A84

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

Shades of Dark Cerulean #053A84

Tints of Dark Cerulean #053A84

Color information

#053A84 (or 0x053A84) is unknown color: approx Dark Cerulean. HEX triplet: 05, 3A and 84. RGB value is (5,58,132). Sum of RGB (Red+Green+Blue) = 5+58+132=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 132 (51.95% from 255 or 67.69% from 195); Max value from RGB is 132 - color contains mainly: blue. Hex color #053A84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053A84 is #FAC57B. Grayscale: #323232. Windows color (decimal): -16434556 or 8665605. OLE color: 8665605.

HSL color Cylindrical-coordinate representation of color #053A84: hue angle of 214.96º 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 #053A84 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB558132-
CMYK0.960.5600.48
HSL214.96º92.7%26.86%-
HSV(B)214.96º96.21%51.76%-
XYZ5.744.7222.44-
YUV50.59173.9495.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.56%
GREEN value IS 58 (23.05% from 255) = 29.74%
BLUE value IS 132 (51.95% from 255) = 67.69%
R=2.56%
G=29.74%
B=67.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5581320.960.5600.48214.9692.726.86
Hex53A846038030d75d1b
Octal5722041407006032713533
Binary101111010100001001100000111000011000011010111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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