Html Css Color HEX #163185 Smalt

📋 copy color: '#163185'

red 22 ◦ green 49 ◦ blue 133

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

Shades of Smalt #163185

Tints of Smalt #163185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 65.2%

R = 10.78%
G = 24.02%
B = 65.2%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#163185 (or 0x163185) is known color: Smalt. HEX triplet: 16, 31 and 85. RGB value is (22,49,133). Sum of RGB (Red+Green+Blue) = 22+49+133=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #163185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163185 is #E9CE7A. Grayscale: #323232. Windows color (decimal): -15322747 or 8728854. OLE color: 8728854.

HSL color Cylindrical-coordinate representation of color #163185: hue angle of 225.41º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #163185 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 22 49 133 -
CMYK 0.83 0.63 0 0.48
HSL 225.41º 0.72% 0.3% -
HSV(B) 225.41º 0.83% 0.52% -
XYZ 5.66 4.06 22.68 -
YUV 50.5 174.55 107.67 -
System Red Green Blue C M Y K H S L
Decimal 22 49 133 0.83 0.63 0 0.48 225.41 0.72 0.3
Hex 16 31 85 53 3F 0 30 E1 48 1E
Octal 26 61 205 123 77 0 60 341 110 36
Binary 10110 110001 10000101 1010011 111111 0 110000 11100001 1001000 11110

Color Harmonies of #163185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163185

Black with #163185

Text Example


Text Example

White with #163185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163185; }

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

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

background-color css

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

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

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

border-color css

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

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

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