Html Css Color HEX #053EAA Cobalt

📋 copy color: '#053EAA'

red 5 ◦ green 62 ◦ blue 170

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

Shades of Cobalt #053EAA

Tints of Cobalt #053EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 71.73%

R = 2.11%
G = 26.16%
B = 71.73%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#053EAA (or 0x053EAA) is known color: Cobalt. HEX triplet: 05, 3E and AA. RGB value is (5,62,170). Sum of RGB (Red+Green+Blue) = 5+62+170=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 62 (24.61% from 255 or 26.16% from 237); Blue value is 170 (66.80% from 255 or 71.73% from 237); Max value from RGB is 170 - color contains mainly: blue. Hex color #053EAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053EAA is #FAC155. Grayscale: #383838. Windows color (decimal): -16433494 or 11156997. OLE color: 11156997.

HSL color Cylindrical-coordinate representation of color #053EAA: hue angle of 219.27º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053EAA is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 62 170 -
CMYK 0.97 0.64 0 0.33
HSL 219.27º 0.94% 0.34% -
HSV(B) 219.27º 0.97% 0.67% -
XYZ 9.04 6.38 38.79 -
YUV 57.27 191.62 90.72 -
System Red Green Blue C M Y K H S L
Decimal 5 62 170 0.97 0.64 0 0.33 219.27 0.94 0.34
Hex 5 3E AA 61 40 0 21 DB 5E 22
Octal 5 76 252 141 100 0 41 333 136 42
Binary 101 111110 10101010 1100001 1000000 0 100001 11011011 1011110 100010

Color Harmonies of #053EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053EAA

Black with #053EAA

Text Example


Text Example

White with #053EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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