#053B7C

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

Shades of Dark Cerulean #053B7C

Tints of Dark Cerulean #053B7C

Color information

#053B7C (or 0x053B7C) is unknown color: approx Dark Cerulean. HEX triplet: 05, 3B and 7C. RGB value is (5,59,124). Sum of RGB (Red+Green+Blue) = 5+59+124=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 124 (48.83% from 255 or 65.96% from 188); Max value from RGB is 124 - color contains mainly: blue. Hex color #053B7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053B7C is #FAC483. Grayscale: #313131. Windows color (decimal): -16434308 or 8141573. OLE color: 8141573.

HSL color Cylindrical-coordinate representation of color #053B7C: hue angle of 212.77º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053B7C is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB559124-
CMYK0.960.5200.51
HSL212.77º92.25%25.29%-
HSV(B)212.77º95.97%48.63%-
XYZ5.264.6219.68-
YUV50.26169.6195.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.66%
GREEN value IS 59 (23.44% from 255) = 31.38%
BLUE value IS 124 (48.83% from 255) = 65.96%
R=2.66%
G=31.38%
B=65.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5591240.960.5200.51212.7792.2525.29
Hex53B7C6034033d55c19
Octal5731741406406332513431
Binary10111101111111001100000110100011001111010101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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