Html Css Color HEX #053E79 Dark Cerulean

📋 copy color: '#053E79'

red 5 ◦ green 62 ◦ blue 121

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

Shades of Dark Cerulean #053E79

Tints of Dark Cerulean #053E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 64.36%

R = 2.66%
G = 32.98%
B = 64.36%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#053E79 (or 0x053E79) is known color: Dark Cerulean. HEX triplet: 05, 3E and 79. RGB value is (5,62,121). Sum of RGB (Red+Green+Blue) = 5+62+121=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 121 (47.66% from 255 or 64.36% from 188); Max value from RGB is 121 - color contains mainly: blue. Hex color #053E79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E79 is #FAC186. Grayscale: #333333. Windows color (decimal): -16433543 or 7945733. OLE color: 7945733.

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

Color convert

RGB 5 62 121 -
CMYK 0.96 0.49 0 0.53
HSL 210.52º 0.92% 0.25% -
HSV(B) 210.52º 0.96% 0.47% -
XYZ 5.24 4.86 18.75 -
YUV 51.68 167.12 94.7 -
System Red Green Blue C M Y K H S L
Decimal 5 62 121 0.96 0.49 0 0.53 210.52 0.92 0.25
Hex 5 3E 79 60 31 0 35 D3 5C 19
Octal 5 76 171 140 61 0 65 323 134 31
Binary 101 111110 1111001 1100000 110001 0 110101 11010011 1011100 11001

Color Harmonies of #053E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053E79

Black with #053E79

Text Example


Text Example

White with #053E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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