Html Css Color HEX #053EAE Cobalt

📋 copy color: '#053EAE'

red 5 ◦ green 62 ◦ blue 174

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

Shades of Cobalt #053EAE

Tints of Cobalt #053EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 72.2%

R = 2.07%
G = 25.73%
B = 72.2%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#053EAE (or 0x053EAE) is known color: Cobalt. HEX triplet: 05, 3E and AE. RGB value is (5,62,174). Sum of RGB (Red+Green+Blue) = 5+62+174=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #053EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053EAE is #FAC151. Grayscale: #393939. Windows color (decimal): -16433490 or 11419141. OLE color: 11419141.

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

Color convert

RGB 5 62 174 -
CMYK 0.97 0.64 0 0.32
HSL 219.76º 0.94% 0.35% -
HSV(B) 219.76º 0.97% 0.68% -
XYZ 9.43 6.53 40.81 -
YUV 57.73 193.62 90.39 -
System Red Green Blue C M Y K H S L
Decimal 5 62 174 0.97 0.64 0 0.32 219.76 0.94 0.35
Hex 5 3E AE 61 40 0 20 DC 5E 23
Octal 5 76 256 141 100 0 40 334 136 43
Binary 101 111110 10101110 1100001 1000000 0 100000 11011100 1011110 100011

Color Harmonies of #053EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053EAE

Black with #053EAE

Text Example


Text Example

White with #053EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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