Html Css Color HEX #052198 Smalt

📋 copy color: '#052198'

red 5 ◦ green 33 ◦ blue 152

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

Shades of Smalt #052198

Tints of Smalt #052198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 80%

R = 2.63%
G = 17.37%
B = 80%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#052198 (or 0x052198) is known color: Smalt. HEX triplet: 05, 21 and 98. RGB value is (5,33,152). Sum of RGB (Red+Green+Blue) = 5+33+152=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 152 (59.77% from 255 or 80% from 190); Max value from RGB is 152 - color contains mainly: blue. Hex color #052198 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052198 is #FADE67. Grayscale: #252525. Windows color (decimal): -16440936 or 9969925. OLE color: 9969925.

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

Color convert

RGB 5 33 152 -
CMYK 0.97 0.78 0 0.40
HSL 228.57º 0.94% 0.31% -
HSV(B) 228.57º 0.97% 0.6% -
XYZ 6.27 3.39 30.03 -
YUV 38.19 192.22 104.32 -
System Red Green Blue C M Y K H S L
Decimal 5 33 152 0.97 0.78 0 0.40 228.57 0.94 0.31
Hex 5 21 98 61 4E 0 28 E5 5E 1F
Octal 5 41 230 141 116 0 50 345 136 37
Binary 101 100001 10011000 1100001 1001110 0 101000 11100101 1011110 11111

Color Harmonies of #052198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052198

Black with #052198

Text Example


Text Example

White with #052198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052198; }

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

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

background-color css

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

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

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

border-color css

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

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

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