#163053

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

Shades of Regal Blue #163053

Tints of Regal Blue #163053

Color information

#163053 (or 0x163053) is unknown color: approx Regal Blue. HEX triplet: 16, 30 and 53. RGB value is (22,48,83). Sum of RGB (Red+Green+Blue) = 22+48+83=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #163053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163053 is #E9CFAC. Grayscale: #2C2C2C. Windows color (decimal): -15323053 or 5451798. OLE color: 5451798.

HSL color Cylindrical-coordinate representation of color #163053: hue angle of 214.43º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #163053 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB224883-
CMYK0.730.4200.67
HSL214.43º58.1%20.59%-
HSV(B)214.43º73.49%32.55%-
XYZ2.952.918.59-
YUV44.22149.89112.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.38%
GREEN value IS 48 (19.14% from 255) = 31.37%
BLUE value IS 83 (32.81% from 255) = 54.25%
R=14.38%
G=31.37%
B=54.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2248830.730.4200.67214.4358.120.59
Hex163053492A043d63a15
Octal26601231115201033267225
Binary1011011000010100111001001101010010000111101011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163053; }

 p { color: rgb(22,48,83); }

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

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

 a { background-color: rgb(22,48,83); }

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

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

 span { border-color: rgb(22,48,83); }

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