#053080

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

Shades of Dark Cerulean #053080

Tints of Dark Cerulean #053080

Color information

#053080 (or 0x053080) is unknown color: approx Dark Cerulean. HEX triplet: 05, 30 and 80. RGB value is (5,48,128). Sum of RGB (Red+Green+Blue) = 5+48+128=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 128 (50.39% from 255 or 70.72% from 181); Max value from RGB is 128 - color contains mainly: blue. Hex color #053080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053080 is #FACF7F. Grayscale: #2B2B2B. Windows color (decimal): -16437120 or 8400901. OLE color: 8400901.

HSL color Cylindrical-coordinate representation of color #053080: hue angle of 219.02º 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 #053080 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB548128-
CMYK0.960.6200.50
HSL219.02º92.48%26.08%-
HSV(B)219.02º96.09%50.2%-
XYZ5.023.720.87-
YUV44.26175.25100-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.76%
GREEN value IS 48 (19.14% from 255) = 26.52%
BLUE value IS 128 (50.39% from 255) = 70.72%
R=2.76%
G=26.52%
B=70.72%

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
Decimal5481280.960.6200.50219.0292.4826.08
Hex53080603E032db5c1a
Octal5602001407606233313432
Binary101110000100000001100000111110011001011011011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053080; }

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

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

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

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

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

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

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

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