#053C7B

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

Shades of Dark Cerulean #053C7B

Tints of Dark Cerulean #053C7B

Color information

#053C7B (or 0x053C7B) is unknown color: approx Dark Cerulean. HEX triplet: 05, 3C and 7B. RGB value is (5,60,123). Sum of RGB (Red+Green+Blue) = 5+60+123=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 123 (48.44% from 255 or 65.43% from 188); Max value from RGB is 123 - color contains mainly: blue. Hex color #053C7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C7B is #FAC384. Grayscale: #323232. Windows color (decimal): -16434053 or 8076293. OLE color: 8076293.

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

Color convert

RGB560123-
CMYK0.960.5100.52
HSL212.03º92.19%25.1%-
HSV(B)212.03º95.93%48.24%-
XYZ5.254.6919.37-
YUV50.74168.7895.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.66%
GREEN value IS 60 (23.83% from 255) = 31.91%
BLUE value IS 123 (48.44% from 255) = 65.43%
R=2.66%
G=31.91%
B=65.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5601230.960.5100.52212.0392.1925.1
Hex53C7B6033034d45c19
Octal5741731406306432413431
Binary10111110011110111100000110011011010011010100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,60,123); }

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

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

 a { background-color: rgb(5,60,123); }

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

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

 span { border-color: rgb(5,60,123); }

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