#113468

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

Shades of Prussian Blue #113468

Tints of Prussian Blue #113468

Color information

#113468 (or 0x113468) is unknown color: approx Prussian Blue. HEX triplet: 11, 34 and 68. RGB value is (17,52,104). Sum of RGB (Red+Green+Blue) = 17+52+104=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 104 (41.02% from 255 or 60.12% from 173); Max value from RGB is 104 - color contains mainly: blue. Hex color #113468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113468 is #EECB97. Grayscale: #2F2F2F. Windows color (decimal): -15649688 or 6829073. OLE color: 6829073.

HSL color Cylindrical-coordinate representation of color #113468: hue angle of 215.86º 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 #113468 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1752104-
CMYK0.840.5000.59
HSL215.86º71.9%23.73%-
HSV(B)215.86º83.65%40.78%-
XYZ3.963.5713.58-
YUV47.46159.9106.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.83%
GREEN value IS 52 (20.70% from 255) = 30.06%
BLUE value IS 104 (41.02% from 255) = 60.12%
R=9.83%
G=30.06%
B=60.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17521040.840.5000.59215.8671.923.73
Hex113468543203Bd84818
Octal21641501246207333011030
Binary1000111010011010001010100110010011101111011000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113468; }

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

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

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

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

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

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

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

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