#113360

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

Shades of Prussian Blue #113360

Tints of Prussian Blue #113360

Color information

#113360 (or 0x113360) is unknown color: approx Prussian Blue. HEX triplet: 11, 33 and 60. RGB value is (17,51,96). Sum of RGB (Red+Green+Blue) = 17+51+96=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #113360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113360 is #EECC9F. Grayscale: #2D2D2D. Windows color (decimal): -15649952 or 6304529. OLE color: 6304529.

HSL color Cylindrical-coordinate representation of color #113360: hue angle of 214.18º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #113360 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB175196-
CMYK0.820.4700.62
HSL214.18º69.91%22.16%-
HSV(B)214.18º82.29%37.65%-
XYZ3.533.3311.52-
YUV45.96156.24107.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.37%
GREEN value IS 51 (20.31% from 255) = 31.10%
BLUE value IS 96 (37.89% from 255) = 58.54%
R=10.37%
G=31.10%
B=58.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1751960.820.4700.62214.1869.9122.16
Hex113360522F03Ed64616
Octal21631401225707632610626
Binary1000111001111000001010010101111011111011010110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113360; }

 p { color: rgb(17,51,96); }

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

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

 a { background-color: rgb(17,51,96); }

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

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

 span { border-color: rgb(17,51,96); }

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