#11385B

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

Shades of Regal Blue #11385B

Tints of Regal Blue #11385B

Color information

#11385B (or 0x11385B) is unknown color: approx Regal Blue. HEX triplet: 11, 38 and 5B. RGB value is (17,56,91). Sum of RGB (Red+Green+Blue) = 17+56+91=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #11385B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11385B is #EEC7A4. Grayscale: #303030. Windows color (decimal): -15648677 or 5978129. OLE color: 5978129.

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

Color convert

RGB175691-
CMYK0.810.3800.64
HSL208.38º68.52%21.18%-
HSV(B)208.38º81.32%35.69%-
XYZ3.533.710.43-
YUV48.33152.08105.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.37%
GREEN value IS 56 (22.27% from 255) = 34.15%
BLUE value IS 91 (35.94% from 255) = 55.49%
R=10.37%
G=34.15%
B=55.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1756910.810.3800.64208.3868.5221.18
Hex11385B5126040d04515
Octal217013312146010032010525
Binary10001111000101101110100011001100100000011010000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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