#11375B

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

Shades of Regal Blue #11375B

Tints of Regal Blue #11375B

Color information

#11375B (or 0x11375B) is unknown color: approx Regal Blue. HEX triplet: 11, 37 and 5B. RGB value is (17,55,91). Sum of RGB (Red+Green+Blue) = 17+55+91=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #11375B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11375B is #EEC8A4. Grayscale: #2F2F2F. Windows color (decimal): -15648933 or 5977873. OLE color: 5977873.

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

Color convert

RGB175591-
CMYK0.810.4000.64
HSL209.19º68.52%21.18%-
HSV(B)209.19º81.32%35.69%-
XYZ3.493.6110.41-
YUV47.74152.41106.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.43%
GREEN value IS 55 (21.88% from 255) = 33.74%
BLUE value IS 91 (35.94% from 255) = 55.83%
R=10.43%
G=33.74%
B=55.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1755910.810.4000.64209.1968.5221.18
Hex11375B5128040d14515
Octal216713312150010032110525
Binary10001110111101101110100011010000100000011010001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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