Html Css Color HEX #053E71 Dark Cerulean

📋 copy color: '#053E71'

red 5 ◦ green 62 ◦ blue 113

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

Shades of Dark Cerulean #053E71

Tints of Dark Cerulean #053E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 62.78%

R = 2.78%
G = 34.44%
B = 62.78%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#053E71 (or 0x053E71) is known color: Dark Cerulean. HEX triplet: 05, 3E and 71. RGB value is (5,62,113). Sum of RGB (Red+Green+Blue) = 5+62+113=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 62 (24.61% from 255 or 34.44% from 180); Blue value is 113 (44.53% from 255 or 62.78% from 180); Max value from RGB is 113 - color contains mainly: blue. Hex color #053E71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E71 is #FAC18E. Grayscale: #323232. Windows color (decimal): -16433551 or 7421445. OLE color: 7421445.

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

Color convert

RGB 5 62 113 -
CMYK 0.96 0.45 0 0.56
HSL 208.33º 0.92% 0.23% -
HSV(B) 208.33º 0.96% 0.44% -
XYZ 4.77 4.67 16.27 -
YUV 50.77 163.12 95.35 -
System Red Green Blue C M Y K H S L
Decimal 5 62 113 0.96 0.45 0 0.56 208.33 0.92 0.23
Hex 5 3E 71 60 2D 0 38 D0 5C 17
Octal 5 76 161 140 55 0 70 320 134 27
Binary 101 111110 1110001 1100000 101101 0 111000 11010000 1011100 10111

Color Harmonies of #053E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053E71

Black with #053E71

Text Example


Text Example

White with #053E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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