#053B85

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

Shades of Dark Cerulean #053B85

Tints of Dark Cerulean #053B85

Color information

#053B85 (or 0x053B85) is unknown color: approx Dark Cerulean. HEX triplet: 05, 3B and 85. RGB value is (5,59,133). Sum of RGB (Red+Green+Blue) = 5+59+133=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 133 (52.34% from 255 or 67.51% from 197); Max value from RGB is 133 - color contains mainly: blue. Hex color #053B85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053B85 is #FAC47A. Grayscale: #323232. Windows color (decimal): -16434299 or 8731397. OLE color: 8731397.

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

Color convert

RGB559133-
CMYK0.960.5600.48
HSL214.69º92.75%27.06%-
HSV(B)214.69º96.24%52.16%-
XYZ5.864.8522.82-
YUV51.29174.1194.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.54%
GREEN value IS 59 (23.44% from 255) = 29.95%
BLUE value IS 133 (52.34% from 255) = 67.51%
R=2.54%
G=29.95%
B=67.51%

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
Decimal5591330.960.5600.48214.6992.7527.06
Hex53B856038030d75d1b
Octal5732051407006032713533
Binary101111011100001011100000111000011000011010111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,59,133); }

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

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

 a { background-color: rgb(5,59,133); }

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

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

 span { border-color: rgb(5,59,133); }

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