#053180

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

Shades of Dark Cerulean #053180

Tints of Dark Cerulean #053180

Color information

#053180 (or 0x053180) is unknown color: approx Dark Cerulean. HEX triplet: 05, 31 and 80. RGB value is (5,49,128). Sum of RGB (Red+Green+Blue) = 5+49+128=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 128 (50.39% from 255 or 70.33% from 182); Max value from RGB is 128 - color contains mainly: blue. Hex color #053180 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053180 is #FACE7F. Grayscale: #2C2C2C. Windows color (decimal): -16436864 or 8401157. OLE color: 8401157.

HSL color Cylindrical-coordinate representation of color #053180: hue angle of 218.54º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053180 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB549128-
CMYK0.960.6200.50
HSL218.54º92.48%26.08%-
HSV(B)218.54º96.09%50.2%-
XYZ5.063.7920.89-
YUV44.85174.9299.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.75%
GREEN value IS 49 (19.53% from 255) = 26.92%
BLUE value IS 128 (50.39% from 255) = 70.33%
R=2.75%
G=26.92%
B=70.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5491280.960.6200.50218.5492.4826.08
Hex53180603E032db5c1a
Octal5612001407606233313432
Binary101110001100000001100000111110011001011011011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053180; }

 p { color: rgb(5,49,128); }

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

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

 a { background-color: rgb(5,49,128); }

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

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

 span { border-color: rgb(5,49,128); }

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