Html Css Color HEX #053E72 Dark Cerulean

📋 copy color: '#053E72'

red 5 ◦ green 62 ◦ blue 114

#053E72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #053E72

Tints of Dark Cerulean #053E72

RGB

 RED value IS 5 (2.34% from 255) = 2.76%

 GREEN value IS 62 (24.61% from 255) = 34.25%

 BLUE value IS 114 (44.92% from 255) = 62.98%

R = 2.76%
G = 34.25%
B = 62.98%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#053E72 (or 0x053E72) is known color: Dark Cerulean. HEX triplet: 05, 3E and 72. RGB value is (5,62,114). Sum of RGB (Red+Green+Blue) = 5+62+114=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #053E72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E72 is #FAC18D. Grayscale: #323232. Windows color (decimal): -16433550 or 7486981. OLE color: 7486981.

HSL color Cylindrical-coordinate representation of color #053E72: hue angle of 208.62º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053E72 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 62 114 -
CMYK 0.96 0.46 0 0.55
HSL 208.62º 0.92% 0.23% -
HSV(B) 208.62º 0.96% 0.45% -
XYZ 4.82 4.69 16.57 -
YUV 50.89 163.62 95.27 -
System Red Green Blue C M Y K H S L
Decimal 5 62 114 0.96 0.46 0 0.55 208.62 0.92 0.23
Hex 5 3E 72 60 2E 0 37 D1 5C 17
Octal 5 76 162 140 56 0 67 321 134 27
Binary 101 111110 1110010 1100000 101110 0 110111 11010001 1011100 10111

Color Harmonies of #053E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053E72

Black with #053E72

Text Example


Text Example

White with #053E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,62,114); }

 H1.HeaderClassName
 {
   color: #053E72;
 }
 .AnyTagClassName
 {
   color: #053E72;
 }
</style>

background-color css

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

 a { background-color: rgb(5,62,114); }

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

border-color css

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

 span { border-color: rgb(5,62,114); }

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