#11365B

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

Shades of Regal Blue #11365B

Tints of Regal Blue #11365B

Color information

#11365B (or 0x11365B) is unknown color: approx Regal Blue. HEX triplet: 11, 36 and 5B. RGB value is (17,54,91). Sum of RGB (Red+Green+Blue) = 17+54+91=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #11365B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11365B is #EEC9A4. Grayscale: #2E2E2E. Windows color (decimal): -15649189 or 5977617. OLE color: 5977617.

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

Color convert

RGB175491-
CMYK0.810.4100.64
HSL210º68.52%21.18%-
HSV(B)210º81.32%35.69%-
XYZ3.443.5110.39-
YUV47.16152.74106.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.49%
GREEN value IS 54 (21.48% from 255) = 33.33%
BLUE value IS 91 (35.94% from 255) = 56.17%
R=10.49%
G=33.33%
B=56.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1754910.810.4100.6421068.5221.18
Hex11365B5129040d24515
Octal216613312151010032210525
Binary10001110110101101110100011010010100000011010010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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