Html Css Color HEX #053BA3 Smalt

📋 copy color: '#053BA3'

red 5 ◦ green 59 ◦ blue 163

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

Shades of Smalt #053BA3

Tints of Smalt #053BA3

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.99%

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

R = 2.2%
G = 25.99%
B = 71.81%

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

#053BA3 (or 0x053BA3) is known color: Smalt. HEX triplet: 05, 3B and A3. RGB value is (5,59,163). Sum of RGB (Red+Green+Blue) = 5+59+163=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 163 (64.06% from 255 or 71.81% from 227); Max value from RGB is 163 - color contains mainly: blue. Hex color #053BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053BA3 is #FAC45C. Grayscale: #363636. Windows color (decimal): -16434269 or 10697477. OLE color: 10697477.

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

Color convert

RGB 5 59 163 -
CMYK 0.97 0.64 0 0.36
HSL 219.49º 0.94% 0.33% -
HSV(B) 219.49º 0.97% 0.64% -
XYZ 8.24 5.8 35.34 -
YUV 54.71 189.11 92.54 -
System Red Green Blue C M Y K H S L
Decimal 5 59 163 0.97 0.64 0 0.36 219.49 0.94 0.33
Hex 5 3B A3 61 40 0 24 DB 5E 21
Octal 5 73 243 141 100 0 44 333 136 41
Binary 101 111011 10100011 1100001 1000000 0 100100 11011011 1011110 100001

Color Harmonies of #053BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053BA3

Black with #053BA3

Text Example


Text Example

White with #053BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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