#053A78

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

Shades of Dark Cerulean #053A78

Tints of Dark Cerulean #053A78

Color information

#053A78 (or 0x053A78) is unknown color: approx Dark Cerulean. HEX triplet: 05, 3A and 78. RGB value is (5,58,120). Sum of RGB (Red+Green+Blue) = 5+58+120=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 120 (47.27% from 255 or 65.57% from 183); Max value from RGB is 120 - color contains mainly: blue. Hex color #053A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A78 is #FAC587. Grayscale: #303030. Windows color (decimal): -16434568 or 7879173. OLE color: 7879173.

HSL color Cylindrical-coordinate representation of color #053A78: hue angle of 212.35º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053A78 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB558120-
CMYK0.960.5200.53
HSL212.35º92%24.51%-
HSV(B)212.35º95.83%47.06%-
XYZ4.974.4118.36-
YUV49.22167.9496.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.73%
GREEN value IS 58 (23.05% from 255) = 31.69%
BLUE value IS 120 (47.27% from 255) = 65.57%
R=2.73%
G=31.69%
B=65.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5581200.960.5200.53212.359224.51
Hex53A786034035d45c19
Octal5721701406406532413431
Binary10111101011110001100000110100011010111010100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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