#163B52

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

Shades of Regal Blue #163B52

Tints of Regal Blue #163B52

Color information

#163B52 (or 0x163B52) is unknown color: approx Regal Blue. HEX triplet: 16, 3B and 52. RGB value is (22,59,82). Sum of RGB (Red+Green+Blue) = 22+59+82=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 82 (32.42% from 255 or 50.31% from 163); Max value from RGB is 82 - color contains mainly: blue. Hex color #163B52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B52 is #E9C4AD. Grayscale: #323232. Windows color (decimal): -15320238 or 5389078. OLE color: 5389078.

HSL color Cylindrical-coordinate representation of color #163B52: hue angle of 203º 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 #163B52 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB225982-
CMYK0.730.2800.68
HSL203º57.69%20.39%-
HSV(B)203º73.17%32.16%-
XYZ3.423.918.56-
YUV50.56145.74107.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.50%
GREEN value IS 59 (23.44% from 255) = 36.20%
BLUE value IS 82 (32.42% from 255) = 50.31%
R=13.50%
G=36.20%
B=50.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2259820.730.2800.6820357.6920.39
Hex163B52491C044cb3a14
Octal26731221113401043137224
Binary101101110111010010100100111100010001001100101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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