Html Css Color HEX #053A79 Dark Cerulean

📋 copy color: '#053A79'

red 5 ◦ green 58 ◦ blue 121

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

Shades of Dark Cerulean #053A79

Tints of Dark Cerulean #053A79

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.52%

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

R = 2.72%
G = 31.52%
B = 65.76%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#053A79 (or 0x053A79) is known color: Dark Cerulean. HEX triplet: 05, 3A and 79. RGB value is (5,58,121). Sum of RGB (Red+Green+Blue) = 5+58+121=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 121 (47.66% from 255 or 65.76% from 184); Max value from RGB is 121 - color contains mainly: blue. Hex color #053A79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A79 is #FAC586. Grayscale: #313131. Windows color (decimal): -16434567 or 7944709. OLE color: 7944709.

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

Color convert

RGB 5 58 121 -
CMYK 0.96 0.52 0 0.53
HSL 212.59º 0.92% 0.25% -
HSV(B) 212.59º 0.96% 0.47% -
XYZ 5.03 4.44 18.68 -
YUV 49.34 168.44 96.38 -
System Red Green Blue C M Y K H S L
Decimal 5 58 121 0.96 0.52 0 0.53 212.59 0.92 0.25
Hex 5 3A 79 60 34 0 35 D5 5C 19
Octal 5 72 171 140 64 0 65 325 134 31
Binary 101 111010 1111001 1100000 110100 0 110101 11010101 1011100 11001

Color Harmonies of #053A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A79

Black with #053A79

Text Example


Text Example

White with #053A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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