#113A5F

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

Shades of Regal Blue #113A5F

Tints of Regal Blue #113A5F

Color information

#113A5F (or 0x113A5F) is unknown color: approx Regal Blue. HEX triplet: 11, 3A and 5F. RGB value is (17,58,95). Sum of RGB (Red+Green+Blue) = 17+58+95=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 95 (37.5% from 255 or 55.88% from 170); Max value from RGB is 95 - color contains mainly: blue. Hex color #113A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113A5F is #EEC5A0. Grayscale: #313131. Windows color (decimal): -15648161 or 6240785. OLE color: 6240785.

HSL color Cylindrical-coordinate representation of color #113A5F: hue angle of 208.46º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #113A5F is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB175895-
CMYK0.820.3900.63
HSL208.46º69.64%21.96%-
HSV(B)208.46º82.11%37.25%-
XYZ3.813.9711.39-
YUV49.96153.42104.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10%
GREEN value IS 58 (23.05% from 255) = 34.12%
BLUE value IS 95 (37.5% from 255) = 55.88%
R=10%
G=34.12%
B=55.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1758950.820.3900.63208.4669.6421.96
Hex113A5F522703Fd04616
Octal21721371224707732010626
Binary1000111101010111111010010100111011111111010000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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