#113952

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

Shades of Regal Blue #113952

Tints of Regal Blue #113952

Color information

#113952 (or 0x113952) is unknown color: approx Regal Blue. HEX triplet: 11, 39 and 52. RGB value is (17,57,82). Sum of RGB (Red+Green+Blue) = 17+57+82=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 82 (32.42% from 255 or 52.56% from 156); Max value from RGB is 82 - color contains mainly: blue. Hex color #113952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113952 is #EEC6AD. Grayscale: #2F2F2F. Windows color (decimal): -15648430 or 5388561. OLE color: 5388561.

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

Color convert

RGB175782-
CMYK0.790.3000.68
HSL203.08º65.66%19.41%-
HSV(B)203.08º79.27%32.16%-
XYZ3.223.658.52-
YUV47.89147.25105.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.90%
GREEN value IS 57 (22.66% from 255) = 36.54%
BLUE value IS 82 (32.42% from 255) = 52.56%
R=10.90%
G=36.54%
B=52.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1757820.790.3000.68203.0865.6619.41
Hex1139524F1E044cb4213
Octal217112211736010431310223
Binary1000111100110100101001111111100100010011001011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113952; }

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

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

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

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

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

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

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

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