Html Css Color HEX #053CA3 Smalt

📋 copy color: '#053CA3'

red 5 ◦ green 60 ◦ blue 163

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

Shades of Smalt #053CA3

Tints of Smalt #053CA3

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.32%

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

R = 2.19%
G = 26.32%
B = 71.49%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#053CA3 (or 0x053CA3) is known color: Smalt. HEX triplet: 05, 3C and A3. RGB value is (5,60,163). Sum of RGB (Red+Green+Blue) = 5+60+163=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 163 (64.06% from 255 or 71.49% from 228); Max value from RGB is 163 - color contains mainly: blue. Hex color #053CA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053CA3 is #FAC35C. Grayscale: #363636. Windows color (decimal): -16434013 or 10697733. OLE color: 10697733.

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

Color convert

RGB 5 60 163 -
CMYK 0.97 0.63 0 0.36
HSL 219.11º 0.94% 0.33% -
HSV(B) 219.11º 0.97% 0.64% -
XYZ 8.29 5.91 35.35 -
YUV 55.3 188.78 92.12 -
System Red Green Blue C M Y K H S L
Decimal 5 60 163 0.97 0.63 0 0.36 219.11 0.94 0.33
Hex 5 3C A3 61 3F 0 24 DB 5E 21
Octal 5 74 243 141 77 0 44 333 136 41
Binary 101 111100 10100011 1100001 111111 0 100100 11011011 1011110 100001

Color Harmonies of #053CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053CA3

Black with #053CA3

Text Example


Text Example

White with #053CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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