Html Css Color HEX #053199 Smalt

📋 copy color: '#053199'

red 5 ◦ green 49 ◦ blue 153

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

Shades of Smalt #053199

Tints of Smalt #053199

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.67%

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

R = 2.42%
G = 23.67%
B = 73.91%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#053199 (or 0x053199) is known color: Smalt. HEX triplet: 05, 31 and 99. RGB value is (5,49,153). Sum of RGB (Red+Green+Blue) = 5+49+153=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 153 (60.16% from 255 or 73.91% from 207); Max value from RGB is 153 - color contains mainly: blue. Hex color #053199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053199 is #FACE66. Grayscale: #2F2F2F. Windows color (decimal): -16436839 or 10039557. OLE color: 10039557.

HSL color Cylindrical-coordinate representation of color #053199: hue angle of 222.16º 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 #053199 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 5 49 153 -
CMYK 0.97 0.68 0 0.4
HSL 222.16º 0.94% 0.31% -
HSV(B) 222.16º 0.97% 0.6% -
XYZ 6.91 4.53 30.65 -
YUV 47.7 187.42 97.54 -
System Red Green Blue C M Y K H S L
Decimal 5 49 153 0.97 0.68 0 0.4 222.16 0.94 0.31
Hex 5 31 99 61 44 0 28 DE 5E 1F
Octal 5 61 231 141 104 0 50 336 136 37
Binary 101 110001 10011001 1100001 1000100 0 101000 11011110 1011110 11111

Color Harmonies of #053199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053199

Black with #053199

Text Example


Text Example

White with #053199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053199; }

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

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

background-color css

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

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

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

border-color css

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

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

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