#163A5F

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

Shades of Regal Blue #163A5F

Tints of Regal Blue #163A5F

Color information

#163A5F (or 0x163A5F) is unknown color: approx Regal Blue. HEX triplet: 16, 3A and 5F. RGB value is (22,58,95). Sum of RGB (Red+Green+Blue) = 22+58+95=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #163A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163A5F is #E9C5A0. Grayscale: #333333. Windows color (decimal): -15320481 or 6240790. OLE color: 6240790.

HSL color Cylindrical-coordinate representation of color #163A5F: hue angle of 210.41º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #163A5F is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB225895-
CMYK0.770.3900.63
HSL210.41º62.39%22.94%-
HSV(B)210.41º76.84%37.25%-
XYZ3.914.0211.4-
YUV51.45152.57106.99-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.57%
GREEN value IS 58 (23.05% from 255) = 33.14%
BLUE value IS 95 (37.5% from 255) = 54.29%
R=12.57%
G=33.14%
B=54.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2258950.770.3900.63210.4162.3922.94
Hex163A5F4D2703Fd23e17
Octal2672137115470773227627
Binary101101110101011111100110110011101111111101001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,58,95); }

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

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

 a { background-color: rgb(22,58,95); }

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

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

 span { border-color: rgb(22,58,95); }

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