#163A52

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

Shades of Regal Blue #163A52

Tints of Regal Blue #163A52

Color information

#163A52 (or 0x163A52) is unknown color: approx Regal Blue. HEX triplet: 16, 3A and 52. RGB value is (22,58,82). Sum of RGB (Red+Green+Blue) = 22+58+82=162 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.58% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #163A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163A52 is #E9C5AD. Grayscale: #313131. Windows color (decimal): -15320494 or 5388822. OLE color: 5388822.

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

Color convert

RGB225882-
CMYK0.730.2900.68
HSL204º57.69%20.39%-
HSV(B)204º73.17%32.16%-
XYZ3.373.818.54-
YUV49.97146.07108.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.58%
GREEN value IS 58 (23.05% from 255) = 35.80%
BLUE value IS 82 (32.42% from 255) = 50.62%
R=13.58%
G=35.80%
B=50.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2258820.730.2900.6820457.6920.39
Hex163A52491D044cc3a14
Octal26721221113501043147224
Binary101101110101010010100100111101010001001100110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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