#163E68

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

Shades of Regal Blue #163E68

Tints of Regal Blue #163E68

Color information

#163E68 (or 0x163E68) is unknown color: approx Regal Blue. HEX triplet: 16, 3E and 68. RGB value is (22,62,104). Sum of RGB (Red+Green+Blue) = 22+62+104=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #163E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E68 is #E9C197. Grayscale: #363636. Windows color (decimal): -15319448 or 6831638. OLE color: 6831638.

HSL color Cylindrical-coordinate representation of color #163E68: hue angle of 210.73º 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 #163E68 is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2262104-
CMYK0.790.4000.59
HSL210.73º65.08%24.71%-
HSV(B)210.73º78.85%40.78%-
XYZ4.554.6213.75-
YUV54.83155.75104.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.70%
GREEN value IS 62 (24.61% from 255) = 32.98%
BLUE value IS 104 (41.02% from 255) = 55.32%
R=11.70%
G=32.98%
B=55.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22621040.790.4000.59210.7365.0824.71
Hex163E684F2803Bd34119
Octal26761501175007332310131
Binary1011011111011010001001111101000011101111010011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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