#113A52

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

Shades of Regal Blue #113A52

Tints of Regal Blue #113A52

Color information

#113A52 (or 0x113A52) is unknown color: approx Regal Blue. HEX triplet: 11, 3A and 52. RGB value is (17,58,82). Sum of RGB (Red+Green+Blue) = 17+58+82=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #113A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113A52 is #EEC5AD. Grayscale: #303030. Windows color (decimal): -15648174 or 5388817. OLE color: 5388817.

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

Color convert

RGB175882-
CMYK0.790.2900.68
HSL202.15º65.66%19.41%-
HSV(B)202.15º79.27%32.16%-
XYZ3.273.758.54-
YUV48.48146.92105.55-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.83%
GREEN value IS 58 (23.05% from 255) = 36.94%
BLUE value IS 82 (32.42% from 255) = 52.23%
R=10.83%
G=36.94%
B=52.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1758820.790.2900.68202.1565.6619.41
Hex113A524F1D044ca4213
Octal217212211735010431210223
Binary1000111101010100101001111111010100010011001010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113A52; }

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

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

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

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

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

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

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

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