#113C54

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

Shades of Regal Blue #113C54

Tints of Regal Blue #113C54

Color information

#113C54 (or 0x113C54) is unknown color: approx Regal Blue. HEX triplet: 11, 3C and 54. RGB value is (17,60,84). Sum of RGB (Red+Green+Blue) = 17+60+84=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 84 (33.20% from 255 or 52.17% from 161); Max value from RGB is 84 - color contains mainly: blue. Hex color #113C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C54 is #EEC3AB. Grayscale: #313131. Windows color (decimal): -15647660 or 5520401. OLE color: 5520401.

HSL color Cylindrical-coordinate representation of color #113C54: hue angle of 201.49º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #113C54 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB176084-
CMYK0.800.2900.67
HSL201.49º66.34%19.8%-
HSV(B)201.49º79.76%32.94%-
XYZ3.453.998.98-
YUV49.88147.25104.55-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.56%
GREEN value IS 60 (23.83% from 255) = 37.27%
BLUE value IS 84 (33.20% from 255) = 52.17%
R=10.56%
G=37.27%
B=52.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1760840.800.2900.67201.4966.3419.8
Hex113C54501D043c94214
Octal217412412035010331110224
Binary1000111110010101001010000111010100001111001001100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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