#11355B

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

Shades of Regal Blue #11355B

Tints of Regal Blue #11355B

Color information

#11355B (or 0x11355B) is unknown color: approx Regal Blue. HEX triplet: 11, 35 and 5B. RGB value is (17,53,91). Sum of RGB (Red+Green+Blue) = 17+53+91=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #11355B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11355B is #EECAA4. Grayscale: #2E2E2E. Windows color (decimal): -15649445 or 5977361. OLE color: 5977361.

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

Color convert

RGB175391-
CMYK0.810.4200.64
HSL210.81º68.52%21.18%-
HSV(B)210.81º81.32%35.69%-
XYZ3.393.4210.38-
YUV46.57153.07106.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.56%
GREEN value IS 53 (21.09% from 255) = 32.92%
BLUE value IS 91 (35.94% from 255) = 56.52%
R=10.56%
G=32.92%
B=56.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1753910.810.4200.64210.8168.5221.18
Hex11355B512A040d34515
Octal216513312152010032310525
Binary10001110101101101110100011010100100000011010011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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