#053B84

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

Shades of Dark Cerulean #053B84

Tints of Dark Cerulean #053B84

Color information

#053B84 (or 0x053B84) is unknown color: approx Dark Cerulean. HEX triplet: 05, 3B and 84. RGB value is (5,59,132). Sum of RGB (Red+Green+Blue) = 5+59+132=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 132 (51.95% from 255 or 67.35% from 196); Max value from RGB is 132 - color contains mainly: blue. Hex color #053B84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053B84 is #FAC47B. Grayscale: #323232. Windows color (decimal): -16434300 or 8665861. OLE color: 8665861.

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

Color convert

RGB559132-
CMYK0.960.5500.48
HSL214.49º92.7%26.86%-
HSV(B)214.49º96.21%51.76%-
XYZ5.794.8322.46-
YUV51.18173.6195.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.55%
GREEN value IS 59 (23.44% from 255) = 30.10%
BLUE value IS 132 (51.95% from 255) = 67.35%
R=2.55%
G=30.10%
B=67.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5591320.960.5500.48214.4992.726.86
Hex53B846037030d65d1b
Octal5732041406706032613533
Binary101111011100001001100000110111011000011010110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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