#113D5A

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

Shades of Regal Blue #113D5A

Tints of Regal Blue #113D5A

Color information

#113D5A (or 0x113D5A) is unknown color: approx Regal Blue. HEX triplet: 11, 3D and 5A. RGB value is (17,61,90). Sum of RGB (Red+Green+Blue) = 17+61+90=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #113D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D5A is #EEC2A5. Grayscale: #323232. Windows color (decimal): -15647398 or 5913873. OLE color: 5913873.

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

Color convert

RGB176190-
CMYK0.810.3200.65
HSL203.84º68.22%20.98%-
HSV(B)203.84º81.11%35.29%-
XYZ3.754.1910.29-
YUV51.15149.92103.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.12%
GREEN value IS 61 (24.22% from 255) = 36.31%
BLUE value IS 90 (35.55% from 255) = 53.57%
R=10.12%
G=36.31%
B=53.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1761900.810.3200.65203.8468.2220.98
Hex113D5A5120041cc4415
Octal217513212140010131410425
Binary10001111101101101010100011000000100000111001100100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,61,90); }

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

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

 a { background-color: rgb(17,61,90); }

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

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

 span { border-color: rgb(17,61,90); }

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