Html Css Color HEX #053A9F Smalt

📋 copy color: '#053A9F'

red 5 ◦ green 58 ◦ blue 159

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

Shades of Smalt #053A9F

Tints of Smalt #053A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 71.62%

R = 2.25%
G = 26.13%
B = 71.62%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#053A9F (or 0x053A9F) is known color: Smalt. HEX triplet: 05, 3A and 9F. RGB value is (5,58,159). Sum of RGB (Red+Green+Blue) = 5+58+159=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 159 (62.5% from 255 or 71.62% from 222); Max value from RGB is 159 - color contains mainly: blue. Hex color #053A9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053A9F is #FAC560. Grayscale: #353535. Windows color (decimal): -16434529 or 10435077. OLE color: 10435077.

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

Color convert

RGB 5 58 159 -
CMYK 0.97 0.64 0 0.38
HSL 219.35º 0.94% 0.32% -
HSV(B) 219.35º 0.97% 0.62% -
XYZ 7.83 5.56 33.46 -
YUV 53.67 187.44 93.29 -
System Red Green Blue C M Y K H S L
Decimal 5 58 159 0.97 0.64 0 0.38 219.35 0.94 0.32
Hex 5 3A 9F 61 40 0 26 DB 5E 20
Octal 5 72 237 141 100 0 46 333 136 40
Binary 101 111010 10011111 1100001 1000000 0 100110 11011011 1011110 100000

Color Harmonies of #053A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A9F

Black with #053A9F

Text Example


Text Example

White with #053A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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