Html Css Color HEX #163189 Smalt

📋 copy color: '#163189'

red 22 ◦ green 49 ◦ blue 137

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

Shades of Smalt #163189

Tints of Smalt #163189

RGB

 RED value IS 22 (8.98% from 255) = 10.58%

 GREEN value IS 49 (19.53% from 255) = 23.56%

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

R = 10.58%
G = 23.56%
B = 65.87%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#163189 (or 0x163189) is known color: Smalt. HEX triplet: 16, 31 and 89. RGB value is (22,49,137). Sum of RGB (Red+Green+Blue) = 22+49+137=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 137 (53.91% from 255 or 65.87% from 208); Max value from RGB is 137 - color contains mainly: blue. Hex color #163189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163189 is #E9CE76. Grayscale: #323232. Windows color (decimal): -15322743 or 8990998. OLE color: 8990998.

HSL color Cylindrical-coordinate representation of color #163189: hue angle of 225.91º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #163189 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 22 49 137 -
CMYK 0.84 0.64 0 0.46
HSL 225.91º 0.72% 0.31% -
HSV(B) 225.91º 0.84% 0.54% -
XYZ 5.94 4.17 24.16 -
YUV 50.96 176.55 107.34 -
System Red Green Blue C M Y K H S L
Decimal 22 49 137 0.84 0.64 0 0.46 225.91 0.72 0.31
Hex 16 31 89 54 40 0 2E E2 48 1F
Octal 26 61 211 124 100 0 56 342 110 37
Binary 10110 110001 10001001 1010100 1000000 0 101110 11100010 1001000 11111

Color Harmonies of #163189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163189

Black with #163189

Text Example


Text Example

White with #163189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163189; }

 p { color: rgb(22,49,137); }

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

background-color css

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

 a { background-color: rgb(22,49,137); }

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

border-color css

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

 span { border-color: rgb(22,49,137); }

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