#113A56

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

Shades of Regal Blue #113A56

Tints of Regal Blue #113A56

Color information

#113A56 (or 0x113A56) is unknown color: approx Regal Blue. HEX triplet: 11, 3A and 56. RGB value is (17,58,86). Sum of RGB (Red+Green+Blue) = 17+58+86=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 86 (33.98% from 255 or 53.42% from 161); Max value from RGB is 86 - color contains mainly: blue. Hex color #113A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113A56 is #EEC5A9. Grayscale: #303030. Windows color (decimal): -15648170 or 5650961. OLE color: 5650961.

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

Color convert

RGB175886-
CMYK0.800.3300.66
HSL204.35º66.99%20.2%-
HSV(B)204.35º80.23%33.73%-
XYZ3.423.829.36-
YUV48.93148.92105.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.56%
GREEN value IS 58 (23.05% from 255) = 36.02%
BLUE value IS 86 (33.98% from 255) = 53.42%
R=10.56%
G=36.02%
B=53.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1758860.800.3300.66204.3566.9920.2
Hex113A565021042cc4314
Octal217212612041010231410324
Binary10001111010101011010100001000010100001011001100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113A56; }

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

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

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

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

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

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

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

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