#113A5D

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

Shades of Regal Blue #113A5D

Tints of Regal Blue #113A5D

Color information

#113A5D (or 0x113A5D) is unknown color: approx Regal Blue. HEX triplet: 11, 3A and 5D. RGB value is (17,58,93). Sum of RGB (Red+Green+Blue) = 17+58+93=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #113A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113A5D is #EEC5A2. Grayscale: #313131. Windows color (decimal): -15648163 or 6109713. OLE color: 6109713.

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

Color convert

RGB175893-
CMYK0.820.3800.64
HSL207.63º69.09%21.57%-
HSV(B)207.63º81.72%36.47%-
XYZ3.723.9410.92-
YUV49.73152.42104.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.12%
GREEN value IS 58 (23.05% from 255) = 34.52%
BLUE value IS 93 (36.72% from 255) = 55.36%
R=10.12%
G=34.52%
B=55.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1758930.820.3800.64207.6369.0921.57
Hex113A5D5226040d04516
Octal217213512246010032010526
Binary10001111010101110110100101001100100000011010000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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