#11365A

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

Shades of Regal Blue #11365A

Tints of Regal Blue #11365A

Color information

#11365A (or 0x11365A) is unknown color: approx Regal Blue. HEX triplet: 11, 36 and 5A. RGB value is (17,54,90). Sum of RGB (Red+Green+Blue) = 17+54+90=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #11365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11365A is #EEC9A5. Grayscale: #2E2E2E. Windows color (decimal): -15649190 or 5912081. OLE color: 5912081.

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

Color convert

RGB175490-
CMYK0.810.4000.65
HSL209.59º68.22%20.98%-
HSV(B)209.59º81.11%35.29%-
XYZ3.43.510.17-
YUV47.04152.24106.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.56%
GREEN value IS 54 (21.48% from 255) = 33.54%
BLUE value IS 90 (35.55% from 255) = 55.90%
R=10.56%
G=33.54%
B=55.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1754900.810.4000.65209.5968.2220.98
Hex11365A5128041d24415
Octal216613212150010132210425
Binary10001110110101101010100011010000100000111010010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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