#113959

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

Shades of Regal Blue #113959

Tints of Regal Blue #113959

Color information

#113959 (or 0x113959) is unknown color: approx Regal Blue. HEX triplet: 11, 39 and 59. RGB value is (17,57,89). Sum of RGB (Red+Green+Blue) = 17+57+89=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #113959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113959 is #EEC6A6. Grayscale: #303030. Windows color (decimal): -15648423 or 5847313. OLE color: 5847313.

HSL color Cylindrical-coordinate representation of color #113959: hue angle of 206.67º 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 #113959 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB175789-
CMYK0.810.3600.65
HSL206.67º67.92%20.78%-
HSV(B)206.67º80.9%34.9%-
XYZ3.53.779.99-
YUV48.69150.75105.4-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.43%
GREEN value IS 57 (22.66% from 255) = 34.97%
BLUE value IS 89 (35.16% from 255) = 54.60%
R=10.43%
G=34.97%
B=54.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1757890.810.3600.65206.6767.9220.78
Hex1139595124041cf4415
Octal217113112144010131710425
Binary10001111001101100110100011001000100000111001111100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113959; }

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

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

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

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

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

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

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

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