Html Css Color HEX #163485 Smalt

📋 copy color: '#163485'

red 22 ◦ green 52 ◦ blue 133

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

Shades of Smalt #163485

Tints of Smalt #163485

RGB

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

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

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

R = 10.63%
G = 25.12%
B = 64.25%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#163485 (or 0x163485) is known color: Smalt. HEX triplet: 16, 34 and 85. RGB value is (22,52,133). Sum of RGB (Red+Green+Blue) = 22+52+133=207 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.63% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #163485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163485 is #E9CB7A. Grayscale: #333333. Windows color (decimal): -15321979 or 8729622. OLE color: 8729622.

HSL color Cylindrical-coordinate representation of color #163485: hue angle of 223.78º 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 #163485 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 22 52 133 -
CMYK 0.83 0.61 0 0.48
HSL 223.78º 0.72% 0.3% -
HSV(B) 223.78º 0.83% 0.52% -
XYZ 5.79 4.32 22.72 -
YUV 52.26 173.56 106.41 -
System Red Green Blue C M Y K H S L
Decimal 22 52 133 0.83 0.61 0 0.48 223.78 0.72 0.3
Hex 16 34 85 53 3D 0 30 E0 48 1E
Octal 26 64 205 123 75 0 60 340 110 36
Binary 10110 110100 10000101 1010011 111101 0 110000 11100000 1001000 11110

Color Harmonies of #163485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163485

Black with #163485

Text Example


Text Example

White with #163485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163485; }

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

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

background-color css

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

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

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

border-color css

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

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

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