Html Css Color HEX #163089 Smalt

📋 copy color: '#163089'

red 22 ◦ green 48 ◦ blue 137

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

Shades of Smalt #163089

Tints of Smalt #163089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.19%

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

R = 10.63%
G = 23.19%
B = 66.18%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#163089 (or 0x163089) is known color: Smalt. HEX triplet: 16, 30 and 89. RGB value is (22,48,137). Sum of RGB (Red+Green+Blue) = 22+48+137=207 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.63% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 137 (53.91% from 255 or 66.18% from 207); Max value from RGB is 137 - color contains mainly: blue. Hex color #163089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163089 is #E9CF76. Grayscale: #313131. Windows color (decimal): -15322999 or 8990742. OLE color: 8990742.

HSL color Cylindrical-coordinate representation of color #163089: hue angle of 226.43º 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 #163089 is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 22 48 137 -
CMYK 0.84 0.65 0 0.46
HSL 226.43º 0.72% 0.31% -
HSV(B) 226.43º 0.84% 0.54% -
XYZ 5.9 4.09 24.15 -
YUV 50.37 176.89 107.76 -
System Red Green Blue C M Y K H S L
Decimal 22 48 137 0.84 0.65 0 0.46 226.43 0.72 0.31
Hex 16 30 89 54 41 0 2E E2 48 1F
Octal 26 60 211 124 101 0 56 342 110 37
Binary 10110 110000 10001001 1010100 1000001 0 101110 11100010 1001000 11111

Color Harmonies of #163089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163089

Black with #163089

Text Example


Text Example

White with #163089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163089; }

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

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

background-color css

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

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

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

border-color css

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

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

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