#11365F

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

Shades of Prussian Blue #11365F

Tints of Prussian Blue #11365F

Color information

#11365F (or 0x11365F) is unknown color: approx Prussian Blue. HEX triplet: 11, 36 and 5F. RGB value is (17,54,95). Sum of RGB (Red+Green+Blue) = 17+54+95=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #11365F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11365F is #EEC9A0. Grayscale: #2F2F2F. Windows color (decimal): -15649185 or 6239761. OLE color: 6239761.

HSL color Cylindrical-coordinate representation of color #11365F: hue angle of 211.54º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11365F is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB175495-
CMYK0.820.4300.63
HSL211.54º69.64%21.96%-
HSV(B)211.54º82.11%37.25%-
XYZ3.623.5811.33-
YUV47.61154.74106.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.24%
GREEN value IS 54 (21.48% from 255) = 32.53%
BLUE value IS 95 (37.5% from 255) = 57.23%
R=10.24%
G=32.53%
B=57.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1754950.820.4300.63211.5469.6421.96
Hex11365F522B03Fd44616
Octal21661371225307732410626
Binary1000111011010111111010010101011011111111010100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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