#113656

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

Shades of Regal Blue #113656

Tints of Regal Blue #113656

Color information

#113656 (or 0x113656) is unknown color: approx Regal Blue. HEX triplet: 11, 36 and 56. RGB value is (17,54,86). Sum of RGB (Red+Green+Blue) = 17+54+86=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #113656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113656 is #EEC9A9. Grayscale: #2E2E2E. Windows color (decimal): -15649194 or 5649937. OLE color: 5649937.

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

Color convert

RGB175486-
CMYK0.800.3700.66
HSL207.83º66.99%20.2%-
HSV(B)207.83º80.23%33.73%-
XYZ3.233.439.3-
YUV46.58150.24106.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.83%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 86 (33.98% from 255) = 54.78%
R=10.83%
G=34.39%
B=54.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1754860.800.3700.66207.8366.9920.2
Hex1136565025042d04314
Octal216612612045010232010324
Binary10001110110101011010100001001010100001011010000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113656; }

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

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

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

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

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

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

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

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