Html Css Color HEX #053A95 Smalt

📋 copy color: '#053A95'

red 5 ◦ green 58 ◦ blue 149

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

Shades of Smalt #053A95

Tints of Smalt #053A95

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.36%

 BLUE value IS 149 (58.59% from 255) = 70.28%

R = 2.36%
G = 27.36%
B = 70.28%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#053A95 (or 0x053A95) is known color: Smalt. HEX triplet: 05, 3A and 95. RGB value is (5,58,149). Sum of RGB (Red+Green+Blue) = 5+58+149=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 149 (58.59% from 255 or 70.28% from 212); Max value from RGB is 149 - color contains mainly: blue. Hex color #053A95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053A95 is #FAC56A. Grayscale: #343434. Windows color (decimal): -16434539 or 9779717. OLE color: 9779717.

HSL color Cylindrical-coordinate representation of color #053A95: hue angle of 217.92º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053A95 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 58 149 -
CMYK 0.97 0.61 0 0.42
HSL 217.92º 0.94% 0.3% -
HSV(B) 217.92º 0.97% 0.58% -
XYZ 7 5.23 29.07 -
YUV 52.53 182.44 94.1 -
System Red Green Blue C M Y K H S L
Decimal 5 58 149 0.97 0.61 0 0.42 217.92 0.94 0.3
Hex 5 3A 95 61 3D 0 2A DA 5E 1E
Octal 5 72 225 141 75 0 52 332 136 36
Binary 101 111010 10010101 1100001 111101 0 101010 11011010 1011110 11110

Color Harmonies of #053A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A95

Black with #053A95

Text Example


Text Example

White with #053A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,58,149); }

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

background-color css

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

 a { background-color: rgb(5,58,149); }

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

border-color css

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

 span { border-color: rgb(5,58,149); }

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