#113654

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

Shades of Regal Blue #113654

Tints of Regal Blue #113654

Color information

#113654 (or 0x113654) is unknown color: approx Regal Blue. HEX triplet: 11, 36 and 54. RGB value is (17,54,84). Sum of RGB (Red+Green+Blue) = 17+54+84=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 84 (33.20% from 255 or 54.19% from 155); Max value from RGB is 84 - color contains mainly: blue. Hex color #113654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113654 is #EEC9AB. Grayscale: #2E2E2E. Windows color (decimal): -15649196 or 5518865. OLE color: 5518865.

HSL color Cylindrical-coordinate representation of color #113654: hue angle of 206.87º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #113654 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB175484-
CMYK0.800.3600.67
HSL206.87º66.34%19.8%-
HSV(B)206.87º79.76%32.94%-
XYZ3.153.48.88-
YUV46.36149.24107.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.97%
GREEN value IS 54 (21.48% from 255) = 34.84%
BLUE value IS 84 (33.20% from 255) = 54.19%
R=10.97%
G=34.84%
B=54.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1754840.800.3600.67206.8766.3419.8
Hex1136545024043cf4214
Octal216612412044010331710224
Binary10001110110101010010100001001000100001111001111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113654; }

 p { color: rgb(17,54,84); }

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

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

 a { background-color: rgb(17,54,84); }

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

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

 span { border-color: rgb(17,54,84); }

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