#113052

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

Shades of Regal Blue #113052

Tints of Regal Blue #113052

Color information

#113052 (or 0x113052) is unknown color: approx Regal Blue. HEX triplet: 11, 30 and 52. RGB value is (17,48,82). Sum of RGB (Red+Green+Blue) = 17+48+82=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 82 (32.42% from 255 or 55.78% from 147); Max value from RGB is 82 - color contains mainly: blue. Hex color #113052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113052 is #EECFAD. Grayscale: #2A2A2A. Windows color (decimal): -15650734 or 5386257. OLE color: 5386257.

HSL color Cylindrical-coordinate representation of color #113052: hue angle of 211.38º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #113052 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB174882-
CMYK0.790.4100.68
HSL211.38º65.66%19.41%-
HSV(B)211.38º79.27%32.16%-
XYZ2.812.848.38-
YUV42.61150.23109.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.56%
GREEN value IS 48 (19.14% from 255) = 32.65%
BLUE value IS 82 (32.42% from 255) = 55.78%
R=11.56%
G=32.65%
B=55.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1748820.790.4100.68211.3865.6619.41
Hex1130524F29044d34213
Octal216012211751010432310223
Binary10001110000101001010011111010010100010011010011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113052; }

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

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

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

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

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

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

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

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