#113B58

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

Shades of Regal Blue #113B58

Tints of Regal Blue #113B58

Color information

#113B58 (or 0x113B58) is unknown color: approx Regal Blue. HEX triplet: 11, 3B and 58. RGB value is (17,59,88). Sum of RGB (Red+Green+Blue) = 17+59+88=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #113B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113B58 is #EEC4A7. Grayscale: #313131. Windows color (decimal): -15647912 or 5782289. OLE color: 5782289.

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

Color convert

RGB175988-
CMYK0.810.3300.65
HSL204.51º67.62%20.59%-
HSV(B)204.51º80.68%34.51%-
XYZ3.563.959.81-
YUV49.75149.59104.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.37%
GREEN value IS 59 (23.44% from 255) = 35.98%
BLUE value IS 88 (34.77% from 255) = 53.66%
R=10.37%
G=35.98%
B=53.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1759880.810.3300.65204.5167.6220.59
Hex113B585121041cd4415
Octal217313012141010131510425
Binary10001111011101100010100011000010100000111001101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,59,88); }

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

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

 a { background-color: rgb(17,59,88); }

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

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

 span { border-color: rgb(17,59,88); }

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