#11405B

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

Shades of Regal Blue #11405B

Tints of Regal Blue #11405B

Color information

#11405B (or 0x11405B) is unknown color: approx Regal Blue. HEX triplet: 11, 40 and 5B. RGB value is (17,64,91). Sum of RGB (Red+Green+Blue) = 17+64+91=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #11405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11405B is #EEBFA4. Grayscale: #343434. Windows color (decimal): -15646629 or 5980177. OLE color: 5980177.

HSL color Cylindrical-coordinate representation of color #11405B: hue angle of 201.89º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11405B is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB176491-
CMYK0.810.3000.64
HSL201.89º68.52%21.18%-
HSV(B)201.89º81.32%35.69%-
XYZ3.954.5410.57-
YUV53.02149.43102.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.88%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 91 (35.94% from 255) = 52.91%
R=9.88%
G=37.21%
B=52.91%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1764910.810.3000.64201.8968.5221.18
Hex11405B511E040ca4515
Octal2110013312136010031210525
Binary10001100000010110111010001111100100000011001010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11405B; }

 p { color: rgb(17,64,91); }

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

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

 a { background-color: rgb(17,64,91); }

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

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

 span { border-color: rgb(17,64,91); }

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