Html Css Color HEX #052192 Smalt

📋 copy color: '#052192'

red 5 ◦ green 33 ◦ blue 146

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

Shades of Smalt #052192

Tints of Smalt #052192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 79.35%

R = 2.72%
G = 17.93%
B = 79.35%

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

#052192 (or 0x052192) is known color: Smalt. HEX triplet: 05, 21 and 92. RGB value is (5,33,146). Sum of RGB (Red+Green+Blue) = 5+33+146=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 146 (57.42% from 255 or 79.35% from 184); Max value from RGB is 146 - color contains mainly: blue. Hex color #052192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052192 is #FADE6D. Grayscale: #252525. Windows color (decimal): -16440942 or 9576709. OLE color: 9576709.

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

Color convert

RGB 5 33 146 -
CMYK 0.97 0.77 0 0.43
HSL 228.09º 0.93% 0.3% -
HSV(B) 228.09º 0.97% 0.57% -
XYZ 5.79 3.2 27.51 -
YUV 37.51 189.22 104.81 -
System Red Green Blue C M Y K H S L
Decimal 5 33 146 0.97 0.77 0 0.43 228.09 0.93 0.3
Hex 5 21 92 61 4D 0 2B E4 5D 1E
Octal 5 41 222 141 115 0 53 344 135 36
Binary 101 100001 10010010 1100001 1001101 0 101011 11100100 1011101 11110

Color Harmonies of #052192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052192

Black with #052192

Text Example


Text Example

White with #052192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052192; }

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

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

background-color css

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

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

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

border-color css

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

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

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