#113951

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

Shades of Regal Blue #113951

Tints of Regal Blue #113951

Color information

#113951 (or 0x113951) is unknown color: approx Regal Blue. HEX triplet: 11, 39 and 51. RGB value is (17,57,81). Sum of RGB (Red+Green+Blue) = 17+57+81=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #113951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113951 is #EEC6AE. Grayscale: #2F2F2F. Windows color (decimal): -15648431 or 5323025. OLE color: 5323025.

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

Color convert

RGB175781-
CMYK0.790.3000.68
HSL202.5º65.31%19.22%-
HSV(B)202.5º79.01%31.76%-
XYZ3.183.648.32-
YUV47.78146.75106.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.97%
GREEN value IS 57 (22.66% from 255) = 36.77%
BLUE value IS 81 (32.03% from 255) = 52.26%
R=10.97%
G=36.77%
B=52.26%

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
Decimal1757810.790.3000.68202.565.3119.22
Hex1139514F1E044ca4113
Octal217112111736010431210123
Binary1000111100110100011001111111100100010011001010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113951; }

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

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

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

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

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

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

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

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