#113151

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

Shades of Regal Blue #113151

Tints of Regal Blue #113151

Color information

#113151 (or 0x113151) is unknown color: approx Regal Blue. HEX triplet: 11, 31 and 51. RGB value is (17,49,81). Sum of RGB (Red+Green+Blue) = 17+49+81=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #113151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113151 is #EECEAE. Grayscale: #2A2A2A. Windows color (decimal): -15650479 or 5320977. OLE color: 5320977.

HSL color Cylindrical-coordinate representation of color #113151: hue angle of 210º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #113151 is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB174981-
CMYK0.790.4000.68
HSL210º65.31%19.22%-
HSV(B)210º79.01%31.76%-
XYZ2.812.918.2-
YUV43.08149.4109.4-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.56%
GREEN value IS 49 (19.53% from 255) = 33.33%
BLUE value IS 81 (32.03% from 255) = 55.10%
R=11.56%
G=33.33%
B=55.10%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1749810.790.4000.6821065.3119.22
Hex1131514F28044d24113
Octal216112111750010432210123
Binary10001110001101000110011111010000100010011010010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113151; }

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

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

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

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

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

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

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

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