#11355C

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

Shades of Regal Blue #11355C

Tints of Regal Blue #11355C

Color information

#11355C (or 0x11355C) is unknown color: approx Regal Blue. HEX triplet: 11, 35 and 5C. RGB value is (17,53,92). Sum of RGB (Red+Green+Blue) = 17+53+92=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #11355C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11355C is #EECAA3. Grayscale: #2E2E2E. Windows color (decimal): -15649444 or 6042897. OLE color: 6042897.

HSL color Cylindrical-coordinate representation of color #11355C: hue angle of 211.2º 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 #11355C is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB175392-
CMYK0.820.4200.64
HSL211.2º68.81%21.37%-
HSV(B)211.2º81.52%36.08%-
XYZ3.443.4410.61-
YUV46.68153.57106.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.49%
GREEN value IS 53 (21.09% from 255) = 32.72%
BLUE value IS 92 (36.33% from 255) = 56.79%
R=10.49%
G=32.72%
B=56.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1753920.820.4200.64211.268.8121.37
Hex11355C522A040d34515
Octal216513412252010032310525
Binary10001110101101110010100101010100100000011010011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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