#163151

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

Shades of Regal Blue #163151

Tints of Regal Blue #163151

Color information

#163151 (or 0x163151) is unknown color: approx Regal Blue. HEX triplet: 16, 31 and 51. RGB value is (22,49,81). Sum of RGB (Red+Green+Blue) = 22+49+81=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #163151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163151 is #E9CEAE. Grayscale: #2C2C2C. Windows color (decimal): -15322799 or 5320982. OLE color: 5320982.

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

Color convert

RGB224981-
CMYK0.730.4000.68
HSL212.54º57.28%20.2%-
HSV(B)212.54º72.84%31.76%-
XYZ2.912.968.2-
YUV44.58148.55111.9-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.47%
GREEN value IS 49 (19.53% from 255) = 32.24%
BLUE value IS 81 (32.03% from 255) = 53.29%
R=14.47%
G=32.24%
B=53.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2249810.730.4000.68212.5457.2820.2
Hex1631514928044d53914
Octal26611211115001043257124
Binary1011011000110100011001001101000010001001101010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163151; }

 p { color: rgb(22,49,81); }

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

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

 a { background-color: rgb(22,49,81); }

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

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

 span { border-color: rgb(22,49,81); }

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