Html Css Color HEX #053FAA Cobalt

📋 copy color: '#053FAA'

red 5 ◦ green 63 ◦ blue 170

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

Shades of Cobalt #053FAA

Tints of Cobalt #053FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 26.47%

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

R = 2.1%
G = 26.47%
B = 71.43%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#053FAA (or 0x053FAA) is known color: Cobalt. HEX triplet: 05, 3F and AA. RGB value is (5,63,170). Sum of RGB (Red+Green+Blue) = 5+63+170=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #053FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053FAA is #FAC055. Grayscale: #393939. Windows color (decimal): -16433238 or 11157253. OLE color: 11157253.

HSL color Cylindrical-coordinate representation of color #053FAA: hue angle of 218.91º 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 #053FAA is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 63 170 -
CMYK 0.97 0.63 0 0.33
HSL 218.91º 0.94% 0.34% -
HSV(B) 218.91º 0.97% 0.67% -
XYZ 9.1 6.49 38.8 -
YUV 57.86 191.28 90.3 -
System Red Green Blue C M Y K H S L
Decimal 5 63 170 0.97 0.63 0 0.33 218.91 0.94 0.34
Hex 5 3F AA 61 3F 0 21 DB 5E 22
Octal 5 77 252 141 77 0 41 333 136 42
Binary 101 111111 10101010 1100001 111111 0 100001 11011011 1011110 100010

Color Harmonies of #053FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053FAA

Black with #053FAA

Text Example


Text Example

White with #053FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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