#113256

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

Shades of Regal Blue #113256

Tints of Regal Blue #113256

Color information

#113256 (or 0x113256) is unknown color: approx Regal Blue. HEX triplet: 11, 32 and 56. RGB value is (17,50,86). Sum of RGB (Red+Green+Blue) = 17+50+86=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 86 (33.98% from 255 or 56.21% from 153); Max value from RGB is 86 - color contains mainly: blue. Hex color #113256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113256 is #EECDA9. Grayscale: #2C2C2C. Windows color (decimal): -15650218 or 5648913. OLE color: 5648913.

HSL color Cylindrical-coordinate representation of color #113256: hue angle of 211.3º 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 #113256 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB175086-
CMYK0.800.4200.66
HSL211.3º66.99%20.2%-
HSV(B)211.3º80.23%33.73%-
XYZ3.053.079.24-
YUV44.24151.57108.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.11%
GREEN value IS 50 (19.92% from 255) = 32.68%
BLUE value IS 86 (33.98% from 255) = 56.21%
R=11.11%
G=32.68%
B=56.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1750860.800.4200.66211.366.9920.2
Hex113256502A042d34314
Octal216212612052010232310324
Binary10001110010101011010100001010100100001011010011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113256; }

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

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

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

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

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

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

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

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