#113053

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

Shades of Regal Blue #113053

Tints of Regal Blue #113053

Color information

#113053 (or 0x113053) is unknown color: approx Regal Blue. HEX triplet: 11, 30 and 53. RGB value is (17,48,83). Sum of RGB (Red+Green+Blue) = 17+48+83=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 83 (32.81% from 255 or 56.08% from 148); Max value from RGB is 83 - color contains mainly: blue. Hex color #113053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113053 is #EECFAC. Grayscale: #2A2A2A. Windows color (decimal): -15650733 or 5451793. OLE color: 5451793.

HSL color Cylindrical-coordinate representation of color #113053: hue angle of 211.82º 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 #113053 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB174883-
CMYK0.800.4200.67
HSL211.82º66%19.61%-
HSV(B)211.82º79.52%32.55%-
XYZ2.852.868.59-
YUV42.72150.73109.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.49%
GREEN value IS 48 (19.14% from 255) = 32.43%
BLUE value IS 83 (32.81% from 255) = 56.08%
R=11.49%
G=32.43%
B=56.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1748830.800.4200.67211.826619.61
Hex113053502A043d44214
Octal216012312052010332410224
Binary10001110000101001110100001010100100001111010100100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113053; }

 p { color: rgb(17,48,83); }

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

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

 a { background-color: rgb(17,48,83); }

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

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

 span { border-color: rgb(17,48,83); }

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