Html Css Color HEX #052191 Smalt

📋 copy color: '#052191'

red 5 ◦ green 33 ◦ blue 145

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

Shades of Smalt #052191

Tints of Smalt #052191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 79.23%

R = 2.73%
G = 18.03%
B = 79.23%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#052191 (or 0x052191) is known color: Smalt. HEX triplet: 05, 21 and 91. RGB value is (5,33,145). Sum of RGB (Red+Green+Blue) = 5+33+145=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 145 (57.03% from 255 or 79.23% from 183); Max value from RGB is 145 - color contains mainly: blue. Hex color #052191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052191 is #FADE6E. Grayscale: #242424. Windows color (decimal): -16440943 or 9511173. OLE color: 9511173.

HSL color Cylindrical-coordinate representation of color #052191: hue angle of 228º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052191 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 33 145 -
CMYK 0.97 0.77 0 0.43
HSL 228º 0.93% 0.29% -
HSV(B) 228º 0.97% 0.57% -
XYZ 5.72 3.16 27.1 -
YUV 37.4 188.72 104.89 -
System Red Green Blue C M Y K H S L
Decimal 5 33 145 0.97 0.77 0 0.43 228 0.93 0.29
Hex 5 21 91 61 4D 0 2B E4 5D 1D
Octal 5 41 221 141 115 0 53 344 135 35
Binary 101 100001 10010001 1100001 1001101 0 101011 11100100 1011101 11101

Color Harmonies of #052191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052191

Black with #052191

Text Example


Text Example

White with #052191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052191; }

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

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

background-color css

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

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

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

border-color css

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

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

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