Html Css Color HEX #053F99 Smalt

📋 copy color: '#053F99'

red 5 ◦ green 63 ◦ blue 153

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

Shades of Smalt #053F99

Tints of Smalt #053F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 69.23%

R = 2.26%
G = 28.51%
B = 69.23%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#053F99 (or 0x053F99) is known color: Smalt. HEX triplet: 05, 3F and 99. RGB value is (5,63,153). Sum of RGB (Red+Green+Blue) = 5+63+153=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #053F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053F99 is #FAC066. Grayscale: #373737. Windows color (decimal): -16433255 or 10043141. OLE color: 10043141.

HSL color Cylindrical-coordinate representation of color #053F99: hue angle of 216.49º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053F99 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 5 63 153 -
CMYK 0.97 0.59 0 0.4
HSL 216.49º 0.94% 0.31% -
HSV(B) 216.49º 0.97% 0.6% -
XYZ 7.59 5.89 30.87 -
YUV 55.92 182.78 91.68 -
System Red Green Blue C M Y K H S L
Decimal 5 63 153 0.97 0.59 0 0.4 216.49 0.94 0.31
Hex 5 3F 99 61 3B 0 28 D8 5E 1F
Octal 5 77 231 141 73 0 50 330 136 37
Binary 101 111111 10011001 1100001 111011 0 101000 11011000 1011110 11111

Color Harmonies of #053F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053F99

Black with #053F99

Text Example


Text Example

White with #053F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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