#113559

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

Shades of Regal Blue #113559

Tints of Regal Blue #113559

Color information

#113559 (or 0x113559) is unknown color: approx Regal Blue. HEX triplet: 11, 35 and 59. RGB value is (17,53,89). Sum of RGB (Red+Green+Blue) = 17+53+89=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 89 (35.16% from 255 or 55.97% from 159); Max value from RGB is 89 - color contains mainly: blue. Hex color #113559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113559 is #EECAA6. Grayscale: #2E2E2E. Windows color (decimal): -15649447 or 5846289. OLE color: 5846289.

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

Color convert

RGB175389-
CMYK0.810.4000.65
HSL210º67.92%20.78%-
HSV(B)210º80.9%34.9%-
XYZ3.313.399.93-
YUV46.34152.07107.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.69%
GREEN value IS 53 (21.09% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 55.97%
R=10.69%
G=33.33%
B=55.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1753890.810.4000.6521067.9220.78
Hex1135595128041d24415
Octal216513112150010132210425
Binary10001110101101100110100011010000100000111010010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113559; }

 p { color: rgb(17,53,89); }

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

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

 a { background-color: rgb(17,53,89); }

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

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

 span { border-color: rgb(17,53,89); }

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