#053B7A

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

Shades of Dark Cerulean #053B7A

Tints of Dark Cerulean #053B7A

Color information

#053B7A (or 0x053B7A) is unknown color: approx Dark Cerulean. HEX triplet: 05, 3B and 7A. RGB value is (5,59,122). Sum of RGB (Red+Green+Blue) = 5+59+122=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 122 (48.05% from 255 or 65.59% from 186); Max value from RGB is 122 - color contains mainly: blue. Hex color #053B7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053B7A is #FAC485. Grayscale: #313131. Windows color (decimal): -16434310 or 8010501. OLE color: 8010501.

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

Color convert

RGB559122-
CMYK0.960.5200.52
HSL212.31º92.13%24.9%-
HSV(B)212.31º95.9%47.84%-
XYZ5.144.5719.02-
YUV50.04168.6195.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.69%
GREEN value IS 59 (23.44% from 255) = 31.72%
BLUE value IS 122 (48.05% from 255) = 65.59%
R=2.69%
G=31.72%
B=65.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5591220.960.5200.52212.3192.1324.9
Hex53B7A6034034d45c19
Octal5731721406406432413431
Binary10111101111110101100000110100011010011010100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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