#113866

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

Shades of Prussian Blue #113866

Tints of Prussian Blue #113866

Color information

#113866 (or 0x113866) is unknown color: approx Prussian Blue. HEX triplet: 11, 38 and 66. RGB value is (17,56,102). Sum of RGB (Red+Green+Blue) = 17+56+102=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #113866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113866 is #EEC799. Grayscale: #313131. Windows color (decimal): -15648666 or 6699025. OLE color: 6699025.

HSL color Cylindrical-coordinate representation of color #113866: hue angle of 212.47º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #113866 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1756102-
CMYK0.830.4500.6
HSL212.47º71.43%23.33%-
HSV(B)212.47º83.33%40%-
XYZ4.043.9113.11-
YUV49.58157.58104.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.71%
GREEN value IS 56 (22.27% from 255) = 32%
BLUE value IS 102 (40.23% from 255) = 58.29%
R=9.71%
G=32%
B=58.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal17561020.830.4500.6212.4771.4323.33
Hex113866532D03Cd44717
Octal21701461235507432410727
Binary1000111100011001101010011101101011110011010100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113866; }

 p { color: rgb(17,56,102); }

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

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

 a { background-color: rgb(17,56,102); }

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

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

 span { border-color: rgb(17,56,102); }

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