Html Css Color HEX #163389 Smalt

📋 copy color: '#163389'

red 22 ◦ green 51 ◦ blue 137

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

Shades of Smalt #163389

Tints of Smalt #163389

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.29%

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

R = 10.48%
G = 24.29%
B = 65.24%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#163389 (or 0x163389) is known color: Smalt. HEX triplet: 16, 33 and 89. RGB value is (22,51,137). Sum of RGB (Red+Green+Blue) = 22+51+137=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 137 (53.91% from 255 or 65.24% from 210); Max value from RGB is 137 - color contains mainly: blue. Hex color #163389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163389 is #E9CC76. Grayscale: #333333. Windows color (decimal): -15322231 or 8991510. OLE color: 8991510.

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

Color convert

RGB 22 51 137 -
CMYK 0.84 0.63 0 0.46
HSL 224.87º 0.72% 0.31% -
HSV(B) 224.87º 0.84% 0.54% -
XYZ 6.03 4.34 24.19 -
YUV 52.13 175.89 106.51 -
System Red Green Blue C M Y K H S L
Decimal 22 51 137 0.84 0.63 0 0.46 224.87 0.72 0.31
Hex 16 33 89 54 3F 0 2E E1 48 1F
Octal 26 63 211 124 77 0 56 341 110 37
Binary 10110 110011 10001001 1010100 111111 0 101110 11100001 1001000 11111

Color Harmonies of #163389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163389

Black with #163389

Text Example


Text Example

White with #163389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163389; }

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

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

background-color css

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

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

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

border-color css

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

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

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