Html Css Color HEX #053F91 Smalt

📋 copy color: '#053F91'

red 5 ◦ green 63 ◦ blue 145

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

Shades of Smalt #053F91

Tints of Smalt #053F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 68.08%

R = 2.35%
G = 29.58%
B = 68.08%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#053F91 (or 0x053F91) is known color: Smalt. HEX triplet: 05, 3F and 91. RGB value is (5,63,145). Sum of RGB (Red+Green+Blue) = 5+63+145=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #053F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053F91 is #FAC06E. Grayscale: #363636. Windows color (decimal): -16433263 or 9518853. OLE color: 9518853.

HSL color Cylindrical-coordinate representation of color #053F91: hue angle of 215.14º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053F91 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 63 145 -
CMYK 0.97 0.57 0 0.43
HSL 215.14º 0.93% 0.29% -
HSV(B) 215.14º 0.97% 0.57% -
XYZ 6.95 5.63 27.51 -
YUV 55.01 178.78 92.33 -
System Red Green Blue C M Y K H S L
Decimal 5 63 145 0.97 0.57 0 0.43 215.14 0.93 0.29
Hex 5 3F 91 61 39 0 2B D7 5D 1D
Octal 5 77 221 141 71 0 53 327 135 35
Binary 101 111111 10010001 1100001 111001 0 101011 11010111 1011101 11101

Color Harmonies of #053F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053F91

Black with #053F91

Text Example


Text Example

White with #053F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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