#053A86

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

Shades of Dark Cerulean #053A86

Tints of Dark Cerulean #053A86

Color information

#053A86 (or 0x053A86) is unknown color: approx Dark Cerulean. HEX triplet: 05, 3A and 86. RGB value is (5,58,134). Sum of RGB (Red+Green+Blue) = 5+58+134=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 134 (52.73% from 255 or 68.02% from 197); Max value from RGB is 134 - color contains mainly: blue. Hex color #053A86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053A86 is #FAC579. Grayscale: #323232. Windows color (decimal): -16434554 or 8796677. OLE color: 8796677.

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

Color convert

RGB558134-
CMYK0.960.5700.47
HSL215.35º92.81%27.25%-
HSV(B)215.35º96.27%52.55%-
XYZ5.884.7823.17-
YUV50.82174.9495.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.54%
GREEN value IS 58 (23.05% from 255) = 29.44%
BLUE value IS 134 (52.73% from 255) = 68.02%
R=2.54%
G=29.44%
B=68.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5581340.960.5700.47215.3592.8127.25
Hex53A86603902Fd75d1b
Octal5722061407105732713533
Binary101111010100001101100000111001010111111010111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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