#113B5B

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

Shades of Regal Blue #113B5B

Tints of Regal Blue #113B5B

Color information

#113B5B (or 0x113B5B) is unknown color: approx Regal Blue. HEX triplet: 11, 3B and 5B. RGB value is (17,59,91). Sum of RGB (Red+Green+Blue) = 17+59+91=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #113B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113B5B is #EEC4A4. Grayscale: #313131. Windows color (decimal): -15647909 or 5978897. OLE color: 5978897.

HSL color Cylindrical-coordinate representation of color #113B5B: hue angle of 205.95º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #113B5B is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB175991-
CMYK0.810.3500.64
HSL205.95º68.52%21.18%-
HSV(B)205.95º81.32%35.69%-
XYZ3.68410.48-
YUV50.09151.09104.4-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.18%
GREEN value IS 59 (23.44% from 255) = 35.33%
BLUE value IS 91 (35.94% from 255) = 54.49%
R=10.18%
G=35.33%
B=54.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1759910.810.3500.64205.9568.5221.18
Hex113B5B5123040ce4515
Octal217313312143010031610525
Binary10001111011101101110100011000110100000011001110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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