#113056

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

Shades of Regal Blue #113056

Tints of Regal Blue #113056

Color information

#113056 (or 0x113056) is unknown color: approx Regal Blue. HEX triplet: 11, 30 and 56. RGB value is (17,48,86). Sum of RGB (Red+Green+Blue) = 17+48+86=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 86 (33.98% from 255 or 56.95% from 151); Max value from RGB is 86 - color contains mainly: blue. Hex color #113056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113056 is #EECFA9. Grayscale: #2A2A2A. Windows color (decimal): -15650730 or 5648401. OLE color: 5648401.

HSL color Cylindrical-coordinate representation of color #113056: hue angle of 213.04º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #113056 is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB174886-
CMYK0.800.4400.66
HSL213.04º66.99%20.2%-
HSV(B)213.04º80.23%33.73%-
XYZ2.972.99.21-
YUV43.06152.23109.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.26%
GREEN value IS 48 (19.14% from 255) = 31.79%
BLUE value IS 86 (33.98% from 255) = 56.95%
R=11.26%
G=31.79%
B=56.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1748860.800.4400.66213.0466.9920.2
Hex113056502C042d54314
Octal216012612054010232510324
Binary10001110000101011010100001011000100001011010101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113056; }

 p { color: rgb(17,48,86); }

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

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

 a { background-color: rgb(17,48,86); }

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

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

 span { border-color: rgb(17,48,86); }

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