#113768

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

Shades of Prussian Blue #113768

Tints of Prussian Blue #113768

Color information

#113768 (or 0x113768) is unknown color: approx Prussian Blue. HEX triplet: 11, 37 and 68. RGB value is (17,55,104). Sum of RGB (Red+Green+Blue) = 17+55+104=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 104 (41.02% from 255 or 59.09% from 176); Max value from RGB is 104 - color contains mainly: blue. Hex color #113768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113768 is #EEC897. Grayscale: #303030. Windows color (decimal): -15648920 or 6829841. OLE color: 6829841.

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

Color convert

RGB1755104-
CMYK0.840.4700.59
HSL213.79º71.9%23.73%-
HSV(B)213.79º83.65%40.78%-
XYZ4.13.8513.62-
YUV49.22158.91105.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.66%
GREEN value IS 55 (21.88% from 255) = 31.25%
BLUE value IS 104 (41.02% from 255) = 59.09%
R=9.66%
G=31.25%
B=59.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17551040.840.4700.59213.7971.923.73
Hex113768542F03Bd64818
Octal21671501245707332611030
Binary1000111011111010001010100101111011101111010110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113768; }

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

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

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

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

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

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

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

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