Html Css Color HEX #053D99 Smalt

📋 copy color: '#053D99'

red 5 ◦ green 61 ◦ blue 153

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

Shades of Smalt #053D99

Tints of Smalt #053D99

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.85%

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

R = 2.28%
G = 27.85%
B = 69.86%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#053D99 (or 0x053D99) is known color: Smalt. HEX triplet: 05, 3D and 99. RGB value is (5,61,153). Sum of RGB (Red+Green+Blue) = 5+61+153=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 153 (60.16% from 255 or 69.86% from 219); Max value from RGB is 153 - color contains mainly: blue. Hex color #053D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053D99 is #FAC266. Grayscale: #363636. Windows color (decimal): -16433767 or 10042629. OLE color: 10042629.

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

Color convert

RGB 5 61 153 -
CMYK 0.97 0.60 0 0.4
HSL 217.3º 0.94% 0.31% -
HSV(B) 217.3º 0.97% 0.6% -
XYZ 7.48 5.67 30.84 -
YUV 54.74 183.45 92.52 -
System Red Green Blue C M Y K H S L
Decimal 5 61 153 0.97 0.60 0 0.4 217.3 0.94 0.31
Hex 5 3D 99 61 3C 0 28 D9 5E 1F
Octal 5 75 231 141 74 0 50 331 136 37
Binary 101 111101 10011001 1100001 111100 0 101000 11011001 1011110 11111

Color Harmonies of #053D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053D99

Black with #053D99

Text Example


Text Example

White with #053D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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