#11376B

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

Shades of Prussian Blue #11376B

Tints of Prussian Blue #11376B

Color information

#11376B (or 0x11376B) is unknown color: approx Prussian Blue. HEX triplet: 11, 37 and 6B. RGB value is (17,55,107). Sum of RGB (Red+Green+Blue) = 17+55+107=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 55 (21.88% from 255 or 30.73% from 179); Blue value is 107 (42.19% from 255 or 59.78% from 179); Max value from RGB is 107 - color contains mainly: blue. Hex color #11376B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11376B is #EEC894. Grayscale: #313131. Windows color (decimal): -15648917 or 7026449. OLE color: 7026449.

HSL color Cylindrical-coordinate representation of color #11376B: hue angle of 214.67º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11376B is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1755107-
CMYK0.840.4900.58
HSL214.67º72.58%24.31%-
HSV(B)214.67º84.11%41.96%-
XYZ4.253.9114.44-
YUV49.57160.41104.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.50%
GREEN value IS 55 (21.88% from 255) = 30.73%
BLUE value IS 107 (42.19% from 255) = 59.78%
R=9.50%
G=30.73%
B=59.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17551070.840.4900.58214.6772.5824.31
Hex11376B543103Ad74918
Octal21671531246107232711130
Binary1000111011111010111010100110001011101011010111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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