Html Css Color HEX #052092 Smalt

📋 copy color: '#052092'

red 5 ◦ green 32 ◦ blue 146

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

Shades of Smalt #052092

Tints of Smalt #052092

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.49%

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

R = 2.73%
G = 17.49%
B = 79.78%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#052092 (or 0x052092) is known color: Smalt. HEX triplet: 05, 20 and 92. RGB value is (5,32,146). Sum of RGB (Red+Green+Blue) = 5+32+146=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 146 (57.42% from 255 or 79.78% from 183); Max value from RGB is 146 - color contains mainly: blue. Hex color #052092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052092 is #FADF6D. Grayscale: #242424. Windows color (decimal): -16441198 or 9576453. OLE color: 9576453.

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

Color convert

RGB 5 32 146 -
CMYK 0.97 0.78 0 0.43
HSL 228.51º 0.93% 0.3% -
HSV(B) 228.51º 0.97% 0.57% -
XYZ 5.77 3.14 27.5 -
YUV 36.92 189.55 105.23 -
System Red Green Blue C M Y K H S L
Decimal 5 32 146 0.97 0.78 0 0.43 228.51 0.93 0.3
Hex 5 20 92 61 4E 0 2B E5 5D 1E
Octal 5 40 222 141 116 0 53 345 135 36
Binary 101 100000 10010010 1100001 1001110 0 101011 11100101 1011101 11110

Color Harmonies of #052092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052092

Black with #052092

Text Example


Text Example

White with #052092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052092; }

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

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

background-color css

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

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

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

border-color css

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

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

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