Html Css Color HEX #052096 Smalt

📋 copy color: '#052096'

red 5 ◦ green 32 ◦ blue 150

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

Shades of Smalt #052096

Tints of Smalt #052096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 80.21%

R = 2.67%
G = 17.11%
B = 80.21%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#052096 (or 0x052096) is known color: Smalt. HEX triplet: 05, 20 and 96. RGB value is (5,32,150). Sum of RGB (Red+Green+Blue) = 5+32+150=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 150 (58.98% from 255 or 80.21% from 187); Max value from RGB is 150 - color contains mainly: blue. Hex color #052096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052096 is #FADF69. Grayscale: #242424. Windows color (decimal): -16441194 or 9838597. OLE color: 9838597.

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

Color convert

RGB 5 32 150 -
CMYK 0.97 0.79 0 0.41
HSL 228.83º 0.94% 0.3% -
HSV(B) 228.83º 0.97% 0.59% -
XYZ 6.08 3.27 29.16 -
YUV 37.38 191.55 104.91 -
System Red Green Blue C M Y K H S L
Decimal 5 32 150 0.97 0.79 0 0.41 228.83 0.94 0.3
Hex 5 20 96 61 4F 0 29 E5 5E 1E
Octal 5 40 226 141 117 0 51 345 136 36
Binary 101 100000 10010110 1100001 1001111 0 101001 11100101 1011110 11110

Color Harmonies of #052096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052096

Black with #052096

Text Example


Text Example

White with #052096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052096; }

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

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

background-color css

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

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

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

border-color css

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

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

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