#163A5A

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

Shades of Regal Blue #163A5A

Tints of Regal Blue #163A5A

Color information

#163A5A (or 0x163A5A) is unknown color: approx Regal Blue. HEX triplet: 16, 3A and 5A. RGB value is (22,58,90). Sum of RGB (Red+Green+Blue) = 22+58+90=170 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.94% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #163A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163A5A is #E9C5A5. Grayscale: #323232. Windows color (decimal): -15320486 or 5913110. OLE color: 5913110.

HSL color Cylindrical-coordinate representation of color #163A5A: hue angle of 208.24º 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 #163A5A is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB225890-
CMYK0.760.3600.65
HSL208.24º60.71%21.96%-
HSV(B)208.24º75.56%35.29%-
XYZ3.693.9310.24-
YUV50.88150.07107.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.94%
GREEN value IS 58 (23.05% from 255) = 34.12%
BLUE value IS 90 (35.55% from 255) = 52.94%
R=12.94%
G=34.12%
B=52.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2258900.760.3600.65208.2460.7121.96
Hex163A5A4C24041d03d16
Octal26721321144401013207526
Binary1011011101010110101001100100100010000011101000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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