#163C56

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

Shades of Regal Blue #163C56

Tints of Regal Blue #163C56

Color information

#163C56 (or 0x163C56) is unknown color: approx Regal Blue. HEX triplet: 16, 3C and 56. RGB value is (22,60,86). Sum of RGB (Red+Green+Blue) = 22+60+86=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 86 (33.98% from 255 or 51.19% from 168); Max value from RGB is 86 - color contains mainly: blue. Hex color #163C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C56 is #E9C3A9. Grayscale: #333333. Windows color (decimal): -15319978 or 5651478. OLE color: 5651478.

HSL color Cylindrical-coordinate representation of color #163C56: hue angle of 204.38º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #163C56 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB226086-
CMYK0.740.3000.66
HSL204.38º59.26%21.18%-
HSV(B)204.38º74.42%33.73%-
XYZ3.634.079.4-
YUV51.6147.41106.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.10%
GREEN value IS 60 (23.83% from 255) = 35.71%
BLUE value IS 86 (33.98% from 255) = 51.19%
R=13.10%
G=35.71%
B=51.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2260860.740.3000.66204.3859.2621.18
Hex163C564A1E042cc3b15
Octal26741261123601023147325
Binary101101111001010110100101011110010000101100110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,60,86); }

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

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

 a { background-color: rgb(22,60,86); }

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

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

 span { border-color: rgb(22,60,86); }

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