#163253

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

Shades of Regal Blue #163253

Tints of Regal Blue #163253

Color information

#163253 (or 0x163253) is unknown color: approx Regal Blue. HEX triplet: 16, 32 and 53. RGB value is (22,50,83). Sum of RGB (Red+Green+Blue) = 22+50+83=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #163253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163253 is #E9CDAC. Grayscale: #2D2D2D. Windows color (decimal): -15322541 or 5452310. OLE color: 5452310.

HSL color Cylindrical-coordinate representation of color #163253: hue angle of 212.46º 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 #163253 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB225083-
CMYK0.730.4000.67
HSL212.46º58.1%20.59%-
HSV(B)212.46º73.49%32.55%-
XYZ3.033.088.62-
YUV45.39149.22111.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.19%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 83 (32.81% from 255) = 53.55%
R=14.19%
G=32.26%
B=53.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2250830.730.4000.67212.4658.120.59
Hex1632534928043d43a15
Octal26621231115001033247225
Binary1011011001010100111001001101000010000111101010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163253; }

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

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

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

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

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

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

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

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