#113253

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

Shades of Regal Blue #113253

Tints of Regal Blue #113253

Color information

#113253 (or 0x113253) is unknown color: approx Regal Blue. HEX triplet: 11, 32 and 53. RGB value is (17,50,83). Sum of RGB (Red+Green+Blue) = 17+50+83=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 83 (32.81% from 255 or 55.33% from 150); Max value from RGB is 83 - color contains mainly: blue. Hex color #113253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113253 is #EECDAC. Grayscale: #2B2B2B. Windows color (decimal): -15650221 or 5452305. OLE color: 5452305.

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

Color convert

RGB175083-
CMYK0.800.4000.67
HSL210º66%19.61%-
HSV(B)210º79.52%32.55%-
XYZ2.933.028.61-
YUV43.9150.07108.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.33%
GREEN value IS 50 (19.92% from 255) = 33.33%
BLUE value IS 83 (32.81% from 255) = 55.33%
R=11.33%
G=33.33%
B=55.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1750830.800.4000.672106619.61
Hex1132535028043d24214
Octal216212312050010332210224
Binary10001110010101001110100001010000100001111010010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113253; }

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

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

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

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

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

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

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

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