Html Css Color HEX #163285 Smalt

📋 copy color: '#163285'

red 22 ◦ green 50 ◦ blue 133

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

Shades of Smalt #163285

Tints of Smalt #163285

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.39%

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

R = 10.73%
G = 24.39%
B = 64.88%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#163285 (or 0x163285) is known color: Smalt. HEX triplet: 16, 32 and 85. RGB value is (22,50,133). Sum of RGB (Red+Green+Blue) = 22+50+133=205 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.73% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #163285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163285 is #E9CD7A. Grayscale: #323232. Windows color (decimal): -15322491 or 8729110. OLE color: 8729110.

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

Color convert

RGB 22 50 133 -
CMYK 0.83 0.62 0 0.48
HSL 224.86º 0.72% 0.3% -
HSV(B) 224.86º 0.83% 0.52% -
XYZ 5.71 4.15 22.69 -
YUV 51.09 174.22 107.25 -
System Red Green Blue C M Y K H S L
Decimal 22 50 133 0.83 0.62 0 0.48 224.86 0.72 0.3
Hex 16 32 85 53 3E 0 30 E1 48 1E
Octal 26 62 205 123 76 0 60 341 110 36
Binary 10110 110010 10000101 1010011 111110 0 110000 11100001 1001000 11110

Color Harmonies of #163285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163285

Black with #163285

Text Example


Text Example

White with #163285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163285; }

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

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

background-color css

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

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

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

border-color css

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

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

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