#113A58

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

Shades of Regal Blue #113A58

Tints of Regal Blue #113A58

Color information

#113A58 (or 0x113A58) is unknown color: approx Regal Blue. HEX triplet: 11, 3A and 58. RGB value is (17,58,88). Sum of RGB (Red+Green+Blue) = 17+58+88=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #113A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113A58 is #EEC5A7. Grayscale: #313131. Windows color (decimal): -15648168 or 5782033. OLE color: 5782033.

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

Color convert

RGB175888-
CMYK0.810.3400.65
HSL205.35º67.62%20.59%-
HSV(B)205.35º80.68%34.51%-
XYZ3.513.859.79-
YUV49.16149.92105.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.43%
GREEN value IS 58 (23.05% from 255) = 35.58%
BLUE value IS 88 (34.77% from 255) = 53.99%
R=10.43%
G=35.58%
B=53.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1758880.810.3400.65205.3567.6220.59
Hex113A585122041cd4415
Octal217213012142010131510425
Binary10001111010101100010100011000100100000111001101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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