Html Css Color HEX #053D9F Smalt

📋 copy color: '#053D9F'

red 5 ◦ green 61 ◦ blue 159

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

Shades of Smalt #053D9F

Tints of Smalt #053D9F

RGB

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

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

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

R = 2.22%
G = 27.11%
B = 70.67%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#053D9F (or 0x053D9F) is known color: Smalt. HEX triplet: 05, 3D and 9F. RGB value is (5,61,159). Sum of RGB (Red+Green+Blue) = 5+61+159=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 159 (62.5% from 255 or 70.67% from 225); Max value from RGB is 159 - color contains mainly: blue. Hex color #053D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053D9F is #FAC260. Grayscale: #363636. Windows color (decimal): -16433761 or 10435845. OLE color: 10435845.

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

Color convert

RGB 5 61 159 -
CMYK 0.97 0.62 0 0.38
HSL 218.18º 0.94% 0.32% -
HSV(B) 218.18º 0.97% 0.62% -
XYZ 7.99 5.87 33.51 -
YUV 55.43 186.45 92.03 -
System Red Green Blue C M Y K H S L
Decimal 5 61 159 0.97 0.62 0 0.38 218.18 0.94 0.32
Hex 5 3D 9F 61 3E 0 26 DA 5E 20
Octal 5 75 237 141 76 0 46 332 136 40
Binary 101 111101 10011111 1100001 111110 0 100110 11011010 1011110 100000

Color Harmonies of #053D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053D9F

Black with #053D9F

Text Example


Text Example

White with #053D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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