#113568

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

Shades of Prussian Blue #113568

Tints of Prussian Blue #113568

Color information

#113568 (or 0x113568) is unknown color: approx Prussian Blue. HEX triplet: 11, 35 and 68. RGB value is (17,53,104). Sum of RGB (Red+Green+Blue) = 17+53+104=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 104 (41.02% from 255 or 59.77% from 174); Max value from RGB is 104 - color contains mainly: blue. Hex color #113568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113568 is #EECA97. Grayscale: #2F2F2F. Windows color (decimal): -15649432 or 6829329. OLE color: 6829329.

HSL color Cylindrical-coordinate representation of color #113568: hue angle of 215.17º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #113568 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1753104-
CMYK0.840.4900.59
HSL215.17º71.9%23.73%-
HSV(B)215.17º83.65%40.78%-
XYZ43.6613.59-
YUV48.05159.57105.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.77%
GREEN value IS 53 (21.09% from 255) = 30.46%
BLUE value IS 104 (41.02% from 255) = 59.77%
R=9.77%
G=30.46%
B=59.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17531040.840.4900.59215.1771.923.73
Hex113568543103Bd74818
Octal21651501246107332711030
Binary1000111010111010001010100110001011101111010111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113568; }

 p { color: rgb(17,53,104); }

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

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

 a { background-color: rgb(17,53,104); }

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

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

 span { border-color: rgb(17,53,104); }

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