#163B68

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

Shades of Regal Blue #163B68

Tints of Regal Blue #163B68

Color information

#163B68 (or 0x163B68) is unknown color: approx Regal Blue. HEX triplet: 16, 3B and 68. RGB value is (22,59,104). Sum of RGB (Red+Green+Blue) = 22+59+104=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #163B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B68 is #E9C497. Grayscale: #343434. Windows color (decimal): -15320216 or 6830870. OLE color: 6830870.

HSL color Cylindrical-coordinate representation of color #163B68: hue angle of 212.93º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #163B68 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2259104-
CMYK0.790.4300.59
HSL212.93º65.08%24.71%-
HSV(B)212.93º78.85%40.78%-
XYZ4.394.313.69-
YUV53.07156.74105.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.89%
GREEN value IS 59 (23.44% from 255) = 31.89%
BLUE value IS 104 (41.02% from 255) = 56.22%
R=11.89%
G=31.89%
B=56.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22591040.790.4300.59212.9365.0824.71
Hex163B684F2B03Bd54119
Octal26731501175307332510131
Binary1011011101111010001001111101011011101111010101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163B68; }

 p { color: rgb(22,59,104); }

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

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

 a { background-color: rgb(22,59,104); }

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

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

 span { border-color: rgb(22,59,104); }

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