#163D52

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

Shades of Regal Blue #163D52

Tints of Regal Blue #163D52

Color information

#163D52 (or 0x163D52) is unknown color: approx Regal Blue. HEX triplet: 16, 3D and 52. RGB value is (22,61,82). Sum of RGB (Red+Green+Blue) = 22+61+82=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 82 - color contains mainly: blue. Hex color #163D52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D52 is #E9C2AD. Grayscale: #333333. Windows color (decimal): -15319726 or 5389590. OLE color: 5389590.

HSL color Cylindrical-coordinate representation of color #163D52: hue angle of 201º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #163D52 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB226182-
CMYK0.730.2600.68
HSL201º57.69%20.39%-
HSV(B)201º73.17%32.16%-
XYZ3.524.128.59-
YUV51.73145.08106.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.33%
GREEN value IS 61 (24.22% from 255) = 36.97%
BLUE value IS 82 (32.42% from 255) = 49.70%
R=13.33%
G=36.97%
B=49.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2261820.730.2600.6820157.6920.39
Hex163D52491A044c93a14
Octal26751221113201043117224
Binary101101111011010010100100111010010001001100100111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,61,82); }

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

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

 a { background-color: rgb(22,61,82); }

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

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

 span { border-color: rgb(22,61,82); }

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