#113862

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

Shades of Prussian Blue #113862

Tints of Prussian Blue #113862

Color information

#113862 (or 0x113862) is unknown color: approx Prussian Blue. HEX triplet: 11, 38 and 62. RGB value is (17,56,98). Sum of RGB (Red+Green+Blue) = 17+56+98=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #113862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113862 is #EEC79D. Grayscale: #303030. Windows color (decimal): -15648670 or 6436881. OLE color: 6436881.

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

Color convert

RGB175698-
CMYK0.830.4300.62
HSL211.11º70.43%22.55%-
HSV(B)211.11º82.65%38.43%-
XYZ3.853.8312.09-
YUV49.13155.58105.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.94%
GREEN value IS 56 (22.27% from 255) = 32.75%
BLUE value IS 98 (38.67% from 255) = 57.31%
R=9.94%
G=32.75%
B=57.31%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1756980.830.4300.62211.1170.4322.55
Hex113862532B03Ed34617
Octal21701421235307632310627
Binary1000111100011000101010011101011011111011010011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113862; }

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

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

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

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

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

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

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

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