Html Css Color HEX #163688 Smalt

📋 copy color: '#163688'

red 22 ◦ green 54 ◦ blue 136

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

Shades of Smalt #163688

Tints of Smalt #163688

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.47%

 BLUE value IS 136 (53.52% from 255) = 64.15%

R = 10.38%
G = 25.47%
B = 64.15%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#163688 (or 0x163688) is known color: Smalt. HEX triplet: 16, 36 and 88. RGB value is (22,54,136). Sum of RGB (Red+Green+Blue) = 22+54+136=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 136 (53.52% from 255 or 64.15% from 212); Max value from RGB is 136 - color contains mainly: blue. Hex color #163688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163688 is #E9C977. Grayscale: #353535. Windows color (decimal): -15321464 or 8926742. OLE color: 8926742.

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

Color convert

RGB 22 54 136 -
CMYK 0.84 0.60 0 0.47
HSL 223.16º 0.72% 0.31% -
HSV(B) 223.16º 0.84% 0.53% -
XYZ 6.09 4.59 23.86 -
YUV 53.78 174.4 105.33 -
System Red Green Blue C M Y K H S L
Decimal 22 54 136 0.84 0.60 0 0.47 223.16 0.72 0.31
Hex 16 36 88 54 3C 0 2F DF 48 1F
Octal 26 66 210 124 74 0 57 337 110 37
Binary 10110 110110 10001000 1010100 111100 0 101111 11011111 1001000 11111

Color Harmonies of #163688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163688

Black with #163688

Text Example


Text Example

White with #163688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163688; }

 p { color: rgb(22,54,136); }

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

background-color css

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

 a { background-color: rgb(22,54,136); }

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

border-color css

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

 span { border-color: rgb(22,54,136); }

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