Html Css Color HEX #053EAB Cobalt

📋 copy color: '#053EAB'

red 5 ◦ green 62 ◦ blue 171

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

Shades of Cobalt #053EAB

Tints of Cobalt #053EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 71.85%

R = 2.1%
G = 26.05%
B = 71.85%

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

#053EAB (or 0x053EAB) is known color: Cobalt. HEX triplet: 05, 3E and AB. RGB value is (5,62,171). Sum of RGB (Red+Green+Blue) = 5+62+171=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #053EAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053EAB is #FAC154. Grayscale: #383838. Windows color (decimal): -16433493 or 11222533. OLE color: 11222533.

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

Color convert

RGB 5 62 171 -
CMYK 0.97 0.64 0 0.33
HSL 219.4º 0.94% 0.35% -
HSV(B) 219.4º 0.97% 0.67% -
XYZ 9.14 6.42 39.29 -
YUV 57.38 192.12 90.64 -
System Red Green Blue C M Y K H S L
Decimal 5 62 171 0.97 0.64 0 0.33 219.4 0.94 0.35
Hex 5 3E AB 61 40 0 21 DB 5E 23
Octal 5 76 253 141 100 0 41 333 136 43
Binary 101 111110 10101011 1100001 1000000 0 100001 11011011 1011110 100011

Color Harmonies of #053EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053EAB

Black with #053EAB

Text Example


Text Example

White with #053EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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