Html Css Color HEX #052189 Smalt

📋 copy color: '#052189'

red 5 ◦ green 33 ◦ blue 137

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

Shades of Smalt #052189

Tints of Smalt #052189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 78.29%

R = 2.86%
G = 18.86%
B = 78.29%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#052189 (or 0x052189) is known color: Smalt. HEX triplet: 05, 21 and 89. RGB value is (5,33,137). Sum of RGB (Red+Green+Blue) = 5+33+137=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 137 (53.91% from 255 or 78.29% from 175); Max value from RGB is 137 - color contains mainly: blue. Hex color #052189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052189 is #FADE76. Grayscale: #242424. Windows color (decimal): -16440951 or 8986885. OLE color: 8986885.

HSL color Cylindrical-coordinate representation of color #052189: hue angle of 227.27º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052189 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 33 137 -
CMYK 0.96 0.76 0 0.46
HSL 227.27º 0.93% 0.28% -
HSV(B) 227.27º 0.96% 0.54% -
XYZ 5.12 2.93 23.96 -
YUV 36.48 184.72 105.54 -
System Red Green Blue C M Y K H S L
Decimal 5 33 137 0.96 0.76 0 0.46 227.27 0.93 0.28
Hex 5 21 89 60 4C 0 2E E3 5D 1C
Octal 5 41 211 140 114 0 56 343 135 34
Binary 101 100001 10001001 1100000 1001100 0 101110 11100011 1011101 11100

Color Harmonies of #052189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052189

Black with #052189

Text Example


Text Example

White with #052189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052189; }

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

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

background-color css

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

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

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

border-color css

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

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

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