#053B7E

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

Shades of Dark Cerulean #053B7E

Tints of Dark Cerulean #053B7E

Color information

#053B7E (or 0x053B7E) is unknown color: approx Dark Cerulean. HEX triplet: 05, 3B and 7E. RGB value is (5,59,126). Sum of RGB (Red+Green+Blue) = 5+59+126=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 126 (49.61% from 255 or 66.32% from 190); Max value from RGB is 126 - color contains mainly: blue. Hex color #053B7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053B7E is #FAC481. Grayscale: #323232. Windows color (decimal): -16434306 or 8272645. OLE color: 8272645.

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

Color convert

RGB559126-
CMYK0.960.5300.51
HSL213.22º92.37%25.69%-
HSV(B)213.22º96.03%49.41%-
XYZ5.394.6720.36-
YUV50.49170.6195.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.63%
GREEN value IS 59 (23.44% from 255) = 31.05%
BLUE value IS 126 (49.61% from 255) = 66.32%
R=2.63%
G=31.05%
B=66.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5591260.960.5300.51213.2292.3725.69
Hex53B7E6035033d55c1a
Octal5731761406506332513432
Binary10111101111111101100000110101011001111010101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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