#113953

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

Shades of Regal Blue #113953

Tints of Regal Blue #113953

Color information

#113953 (or 0x113953) is unknown color: approx Regal Blue. HEX triplet: 11, 39 and 53. RGB value is (17,57,83). Sum of RGB (Red+Green+Blue) = 17+57+83=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #113953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113953 is #EEC6AC. Grayscale: #2F2F2F. Windows color (decimal): -15648429 or 5454097. OLE color: 5454097.

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

Color convert

RGB175783-
CMYK0.800.3100.67
HSL203.64º66%19.61%-
HSV(B)203.64º79.52%32.55%-
XYZ3.263.678.72-
YUV48147.75105.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.83%
GREEN value IS 57 (22.66% from 255) = 36.31%
BLUE value IS 83 (32.81% from 255) = 52.87%
R=10.83%
G=36.31%
B=52.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1757830.800.3100.67203.646619.61
Hex113953501F043cc4214
Octal217112312037010331410224
Binary1000111100110100111010000111110100001111001100100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113953; }

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

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

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

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

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

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

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

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