#113C60

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

Shades of Regal Blue #113C60

Tints of Regal Blue #113C60

Color information

#113C60 (or 0x113C60) is unknown color: approx Regal Blue. HEX triplet: 11, 3C and 60. RGB value is (17,60,96). Sum of RGB (Red+Green+Blue) = 17+60+96=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #113C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C60 is #EEC39F. Grayscale: #333333. Windows color (decimal): -15647648 or 6306833. OLE color: 6306833.

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

Color convert

RGB176096-
CMYK0.820.3800.62
HSL207.34º69.91%22.16%-
HSV(B)207.34º82.29%37.65%-
XYZ3.964.211.67-
YUV51.25153.25103.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.83%
GREEN value IS 60 (23.83% from 255) = 34.68%
BLUE value IS 96 (37.89% from 255) = 55.49%
R=9.83%
G=34.68%
B=55.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1760960.820.3800.62207.3469.9122.16
Hex113C60522603Ecf4616
Octal21741401224607631710626
Binary1000111110011000001010010100110011111011001111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,60,96); }

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

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

 a { background-color: rgb(17,60,96); }

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

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

 span { border-color: rgb(17,60,96); }

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