#163950

Color #163950 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #163950

Tints of Regal Blue #163950

Color information

#163950 (or 0x163950) is unknown color: approx Regal Blue. HEX triplet: 16, 39 and 50. RGB value is (22,57,80). Sum of RGB (Red+Green+Blue) = 22+57+80=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #163950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163950 is #E9C6AF. Grayscale: #313131. Windows color (decimal): -15320752 or 5257494. OLE color: 5257494.

HSL color Cylindrical-coordinate representation of color #163950: hue angle of 203.79º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #163950 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB225780-
CMYK0.720.2900.69
HSL203.79º56.86%20%-
HSV(B)203.79º72.5%31.37%-
XYZ3.243.688.13-
YUV49.16145.4108.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.84%
GREEN value IS 57 (22.66% from 255) = 35.85%
BLUE value IS 80 (31.64% from 255) = 50.31%
R=13.84%
G=35.85%
B=50.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2257800.720.2900.69203.7956.8620
Hex163950481D045cc3914
Octal26711201103501053147124
Binary101101110011010000100100011101010001011100110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163950; }

 p { color: rgb(22,57,80); }

 H1.HeaderClassName
 {
   color: #163950;
 }
 .AnyTagClassName
 {
   color: #163950;
 }
</style>
background-color css

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

 a { background-color: rgb(22,57,80); }

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

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

 span { border-color: rgb(22,57,80); }

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