#11405C

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

Shades of Regal Blue #11405C

Tints of Regal Blue #11405C

Color information

#11405C (or 0x11405C) is unknown color: approx Regal Blue. HEX triplet: 11, 40 and 5C. RGB value is (17,64,92). Sum of RGB (Red+Green+Blue) = 17+64+92=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #11405C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11405C is #EEBFA3. Grayscale: #343434. Windows color (decimal): -15646628 or 6045713. OLE color: 6045713.

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

Color convert

RGB176492-
CMYK0.820.3000.64
HSL202.4º68.81%21.37%-
HSV(B)202.4º81.52%36.08%-
XYZ44.5610.79-
YUV53.14149.93102.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.83%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 92 (36.33% from 255) = 53.18%
R=9.83%
G=36.99%
B=53.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1764920.820.3000.64202.468.8121.37
Hex11405C521E040ca4515
Octal2110013412236010031210525
Binary10001100000010111001010010111100100000011001010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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