Html Css Color HEX #053A77 Dark Cerulean

📋 copy color: '#053A77'

red 5 ◦ green 58 ◦ blue 119

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

Shades of Dark Cerulean #053A77

Tints of Dark Cerulean #053A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 65.38%

R = 2.75%
G = 31.87%
B = 65.38%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#053A77 (or 0x053A77) is known color: Dark Cerulean. HEX triplet: 05, 3A and 77. RGB value is (5,58,119). Sum of RGB (Red+Green+Blue) = 5+58+119=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 119 (46.88% from 255 or 65.38% from 182); Max value from RGB is 119 - color contains mainly: blue. Hex color #053A77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A77 is #FAC588. Grayscale: #303030. Windows color (decimal): -16434569 or 7813637. OLE color: 7813637.

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

Color convert

RGB 5 58 119 -
CMYK 0.96 0.51 0 0.53
HSL 212.11º 0.92% 0.24% -
HSV(B) 212.11º 0.96% 0.47% -
XYZ 4.91 4.39 18.04 -
YUV 49.11 167.44 96.54 -
System Red Green Blue C M Y K H S L
Decimal 5 58 119 0.96 0.51 0 0.53 212.11 0.92 0.24
Hex 5 3A 77 60 33 0 35 D4 5C 18
Octal 5 72 167 140 63 0 65 324 134 30
Binary 101 111010 1110111 1100000 110011 0 110101 11010100 1011100 11000

Color Harmonies of #053A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A77

Black with #053A77

Text Example


Text Example

White with #053A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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