#11355A

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

Shades of Regal Blue #11355A

Tints of Regal Blue #11355A

Color information

#11355A (or 0x11355A) is unknown color: approx Regal Blue. HEX triplet: 11, 35 and 5A. RGB value is (17,53,90). Sum of RGB (Red+Green+Blue) = 17+53+90=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #11355A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11355A is #EECAA5. Grayscale: #2E2E2E. Windows color (decimal): -15649446 or 5911825. OLE color: 5911825.

HSL color Cylindrical-coordinate representation of color #11355A: hue angle of 210.41º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11355A is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB175390-
CMYK0.810.4100.65
HSL210.41º68.22%20.98%-
HSV(B)210.41º81.11%35.29%-
XYZ3.353.410.15-
YUV46.45152.57106.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.62%
GREEN value IS 53 (21.09% from 255) = 33.12%
BLUE value IS 90 (35.55% from 255) = 56.25%
R=10.62%
G=33.12%
B=56.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1753900.810.4100.65210.4168.2220.98
Hex11355A5129041d24415
Octal216513212151010132210425
Binary10001110101101101010100011010010100000111010010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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