#163E5A

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

Shades of Regal Blue #163E5A

Tints of Regal Blue #163E5A

Color information

#163E5A (or 0x163E5A) is unknown color: approx Regal Blue. HEX triplet: 16, 3E and 5A. RGB value is (22,62,90). Sum of RGB (Red+Green+Blue) = 22+62+90=174 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.64% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #163E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E5A is #E9C1A5. Grayscale: #353535. Windows color (decimal): -15319462 or 5914134. OLE color: 5914134.

HSL color Cylindrical-coordinate representation of color #163E5A: hue angle of 204.71º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #163E5A is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB226290-
CMYK0.760.3100.65
HSL204.71º60.71%21.96%-
HSV(B)204.71º75.56%35.29%-
XYZ3.94.3510.31-
YUV53.23148.75105.72-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.64%
GREEN value IS 62 (24.61% from 255) = 35.63%
BLUE value IS 90 (35.55% from 255) = 51.72%
R=12.64%
G=35.63%
B=51.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2262900.760.3100.65204.7160.7121.96
Hex163E5A4C1F041cd3d16
Octal26761321143701013157526
Binary101101111101011010100110011111010000011100110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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