Html Css Color HEX #052093 Smalt

📋 copy color: '#052093'

red 5 ◦ green 32 ◦ blue 147

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

Shades of Smalt #052093

Tints of Smalt #052093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 79.89%

R = 2.72%
G = 17.39%
B = 79.89%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#052093 (or 0x052093) is known color: Smalt. HEX triplet: 05, 20 and 93. RGB value is (5,32,147). Sum of RGB (Red+Green+Blue) = 5+32+147=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 147 (57.81% from 255 or 79.89% from 184); Max value from RGB is 147 - color contains mainly: blue. Hex color #052093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052093 is #FADF6C. Grayscale: #242424. Windows color (decimal): -16441197 or 9641989. OLE color: 9641989.

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

Color convert

RGB 5 32 147 -
CMYK 0.97 0.78 0 0.42
HSL 228.59º 0.93% 0.3% -
HSV(B) 228.59º 0.97% 0.58% -
XYZ 5.85 3.17 27.91 -
YUV 37.04 190.05 105.15 -
System Red Green Blue C M Y K H S L
Decimal 5 32 147 0.97 0.78 0 0.42 228.59 0.93 0.3
Hex 5 20 93 61 4E 0 2A E5 5D 1E
Octal 5 40 223 141 116 0 52 345 135 36
Binary 101 100000 10010011 1100001 1001110 0 101010 11100101 1011101 11110

Color Harmonies of #052093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052093

Black with #052093

Text Example


Text Example

White with #052093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052093; }

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

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

background-color css

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

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

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

border-color css

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

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

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