Html Css Color HEX #163489 Smalt

📋 copy color: '#163489'

red 22 ◦ green 52 ◦ blue 137

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

Shades of Smalt #163489

Tints of Smalt #163489

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.64%

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

R = 10.43%
G = 24.64%
B = 64.93%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#163489 (or 0x163489) is known color: Smalt. HEX triplet: 16, 34 and 89. RGB value is (22,52,137). Sum of RGB (Red+Green+Blue) = 22+52+137=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 137 (53.91% from 255 or 64.93% from 211); Max value from RGB is 137 - color contains mainly: blue. Hex color #163489 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163489 is #E9CB76. Grayscale: #343434. Windows color (decimal): -15321975 or 8991766. OLE color: 8991766.

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

Color convert

RGB 22 52 137 -
CMYK 0.84 0.62 0 0.46
HSL 224.35º 0.72% 0.31% -
HSV(B) 224.35º 0.84% 0.54% -
XYZ 6.07 4.43 24.2 -
YUV 52.72 175.56 106.09 -
System Red Green Blue C M Y K H S L
Decimal 22 52 137 0.84 0.62 0 0.46 224.35 0.72 0.31
Hex 16 34 89 54 3E 0 2E E0 48 1F
Octal 26 64 211 124 76 0 56 340 110 37
Binary 10110 110100 10001001 1010100 111110 0 101110 11100000 1001000 11111

Color Harmonies of #163489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163489

Black with #163489

Text Example


Text Example

White with #163489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163489; }

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

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

background-color css

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

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

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

border-color css

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

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

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