Html Css Color HEX #052197 Smalt

📋 copy color: '#052197'

red 5 ◦ green 33 ◦ blue 151

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

Shades of Smalt #052197

Tints of Smalt #052197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 79.89%

R = 2.65%
G = 17.46%
B = 79.89%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#052197 (or 0x052197) is known color: Smalt. HEX triplet: 05, 21 and 97. RGB value is (5,33,151). Sum of RGB (Red+Green+Blue) = 5+33+151=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 151 (59.38% from 255 or 79.89% from 189); Max value from RGB is 151 - color contains mainly: blue. Hex color #052197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052197 is #FADE68. Grayscale: #252525. Windows color (decimal): -16440937 or 9904389. OLE color: 9904389.

HSL color Cylindrical-coordinate representation of color #052197: hue angle of 228.49º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052197 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 33 151 -
CMYK 0.97 0.78 0 0.41
HSL 228.49º 0.94% 0.31% -
HSV(B) 228.49º 0.97% 0.59% -
XYZ 6.19 3.35 29.6 -
YUV 38.08 191.72 104.41 -
System Red Green Blue C M Y K H S L
Decimal 5 33 151 0.97 0.78 0 0.41 228.49 0.94 0.31
Hex 5 21 97 61 4E 0 29 E4 5E 1F
Octal 5 41 227 141 116 0 51 344 136 37
Binary 101 100001 10010111 1100001 1001110 0 101001 11100100 1011110 11111

Color Harmonies of #052197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052197

Black with #052197

Text Example


Text Example

White with #052197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052197; }

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

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

background-color css

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

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

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

border-color css

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

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

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