#163E6B

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

Shades of Regal Blue #163E6B

Tints of Regal Blue #163E6B

Color information

#163E6B (or 0x163E6B) is unknown color: approx Regal Blue. HEX triplet: 16, 3E and 6B. RGB value is (22,62,107). Sum of RGB (Red+Green+Blue) = 22+62+107=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 107 (42.19% from 255 or 56.02% from 191); Max value from RGB is 107 - color contains mainly: blue. Hex color #163E6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E6B is #E9C194. Grayscale: #363636. Windows color (decimal): -15319445 or 7028246. OLE color: 7028246.

HSL color Cylindrical-coordinate representation of color #163E6B: hue angle of 211.76º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #163E6B is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2262107-
CMYK0.790.4200.58
HSL211.76º65.89%25.29%-
HSV(B)211.76º79.44%41.96%-
XYZ4.714.6814.56-
YUV55.17157.25104.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.52%
GREEN value IS 62 (24.61% from 255) = 32.46%
BLUE value IS 107 (42.19% from 255) = 56.02%
R=11.52%
G=32.46%
B=56.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22621070.790.4200.58211.7665.8925.29
Hex163E6B4F2A03Ad44219
Octal26761531175207232410231
Binary1011011111011010111001111101010011101011010100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,62,107); }

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

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

 a { background-color: rgb(22,62,107); }

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

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

 span { border-color: rgb(22,62,107); }

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