#11375F

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

Shades of Prussian Blue #11375F

Tints of Prussian Blue #11375F

Color information

#11375F (or 0x11375F) is unknown color: approx Prussian Blue. HEX triplet: 11, 37 and 5F. RGB value is (17,55,95). Sum of RGB (Red+Green+Blue) = 17+55+95=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 95 (37.5% from 255 or 56.89% from 167); Max value from RGB is 95 - color contains mainly: blue. Hex color #11375F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11375F is #EEC8A0. Grayscale: #303030. Windows color (decimal): -15648929 or 6240017. OLE color: 6240017.

HSL color Cylindrical-coordinate representation of color #11375F: hue angle of 210.77º 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 #11375F is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB175595-
CMYK0.820.4200.63
HSL210.77º69.64%21.96%-
HSV(B)210.77º82.11%37.25%-
XYZ3.663.6811.34-
YUV48.2154.41105.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.18%
GREEN value IS 55 (21.88% from 255) = 32.93%
BLUE value IS 95 (37.5% from 255) = 56.89%
R=10.18%
G=32.93%
B=56.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1755950.820.4200.63210.7769.6421.96
Hex11375F522A03Fd34616
Octal21671371225207732310626
Binary1000111011110111111010010101010011111111010011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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