#163850

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

Shades of Regal Blue #163850

Tints of Regal Blue #163850

Color information

#163850 (or 0x163850) is unknown color: approx Regal Blue. HEX triplet: 16, 38 and 50. RGB value is (22,56,80). Sum of RGB (Red+Green+Blue) = 22+56+80=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #163850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163850 is #E9C7AF. Grayscale: #303030. Windows color (decimal): -15321008 or 5257238. OLE color: 5257238.

HSL color Cylindrical-coordinate representation of color #163850: hue angle of 204.83º 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 #163850 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB225680-
CMYK0.720.3000.69
HSL204.83º56.86%20%-
HSV(B)204.83º72.5%31.37%-
XYZ3.193.588.11-
YUV48.57145.74109.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.92%
GREEN value IS 56 (22.27% from 255) = 35.44%
BLUE value IS 80 (31.64% from 255) = 50.63%
R=13.92%
G=35.44%
B=50.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2256800.720.3000.69204.8356.8620
Hex163850481E045cd3914
Octal26701201103601053157124
Binary101101110001010000100100011110010001011100110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163850; }

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

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

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

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

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

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

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

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