Html Css Color HEX #052193 Smalt

📋 copy color: '#052193'

red 5 ◦ green 33 ◦ blue 147

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

Shades of Smalt #052193

Tints of Smalt #052193

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.84%

 BLUE value IS 147 (57.81% from 255) = 79.46%

R = 2.7%
G = 17.84%
B = 79.46%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#052193 (or 0x052193) is known color: Smalt. HEX triplet: 05, 21 and 93. RGB value is (5,33,147). Sum of RGB (Red+Green+Blue) = 5+33+147=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 147 (57.81% from 255 or 79.46% from 185); Max value from RGB is 147 - color contains mainly: blue. Hex color #052193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052193 is #FADE6C. Grayscale: #252525. Windows color (decimal): -16440941 or 9642245. OLE color: 9642245.

HSL color Cylindrical-coordinate representation of color #052193: hue angle of 228.17º degrees, saturation: 0.93, 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 #052193 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 33 147 -
CMYK 0.97 0.78 0 0.42
HSL 228.17º 0.93% 0.3% -
HSV(B) 228.17º 0.97% 0.58% -
XYZ 5.87 3.23 27.92 -
YUV 37.62 189.72 104.73 -
System Red Green Blue C M Y K H S L
Decimal 5 33 147 0.97 0.78 0 0.42 228.17 0.93 0.3
Hex 5 21 93 61 4E 0 2A E4 5D 1E
Octal 5 41 223 141 116 0 52 344 135 36
Binary 101 100001 10010011 1100001 1001110 0 101010 11100100 1011101 11110

Color Harmonies of #052193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052193

Black with #052193

Text Example


Text Example

White with #052193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052193; }

 p { color: rgb(5,33,147); }

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

background-color css

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

 a { background-color: rgb(5,33,147); }

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

border-color css

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

 span { border-color: rgb(5,33,147); }

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