Html Css Color HEX #053AA3 Smalt

📋 copy color: '#053AA3'

red 5 ◦ green 58 ◦ blue 163

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

Shades of Smalt #053AA3

Tints of Smalt #053AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 72.12%

R = 2.21%
G = 25.66%
B = 72.12%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#053AA3 (or 0x053AA3) is known color: Smalt. HEX triplet: 05, 3A and A3. RGB value is (5,58,163). Sum of RGB (Red+Green+Blue) = 5+58+163=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 163 (64.06% from 255 or 72.12% from 226); Max value from RGB is 163 - color contains mainly: blue. Hex color #053AA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053AA3 is #FAC55C. Grayscale: #353535. Windows color (decimal): -16434525 or 10697221. OLE color: 10697221.

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

Color convert

RGB 5 58 163 -
CMYK 0.97 0.64 0 0.36
HSL 219.87º 0.94% 0.33% -
HSV(B) 219.87º 0.97% 0.64% -
XYZ 8.19 5.7 35.32 -
YUV 54.12 189.44 92.96 -
System Red Green Blue C M Y K H S L
Decimal 5 58 163 0.97 0.64 0 0.36 219.87 0.94 0.33
Hex 5 3A A3 61 40 0 24 DC 5E 21
Octal 5 72 243 141 100 0 44 334 136 41
Binary 101 111010 10100011 1100001 1000000 0 100100 11011100 1011110 100001

Color Harmonies of #053AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053AA3

Black with #053AA3

Text Example


Text Example

White with #053AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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