#113252

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

Shades of Regal Blue #113252

Tints of Regal Blue #113252

Color information

#113252 (or 0x113252) is unknown color: approx Regal Blue. HEX triplet: 11, 32 and 52. RGB value is (17,50,82). Sum of RGB (Red+Green+Blue) = 17+50+82=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 82 (32.42% from 255 or 55.03% from 149); Max value from RGB is 82 - color contains mainly: blue. Hex color #113252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113252 is #EECDAD. Grayscale: #2B2B2B. Windows color (decimal): -15650222 or 5386769. OLE color: 5386769.

HSL color Cylindrical-coordinate representation of color #113252: hue angle of 209.54º 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 #113252 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB175082-
CMYK0.790.3900.68
HSL209.54º65.66%19.41%-
HSV(B)209.54º79.27%32.16%-
XYZ2.893.018.41-
YUV43.78149.57108.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.41%
GREEN value IS 50 (19.92% from 255) = 33.56%
BLUE value IS 82 (32.42% from 255) = 55.03%
R=11.41%
G=33.56%
B=55.03%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1750820.790.3900.68209.5465.6619.41
Hex1132524F27044d24213
Octal216212211747010432210223
Binary10001110010101001010011111001110100010011010010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113252; }

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

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

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

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

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

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

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

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