#113362

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

Shades of Prussian Blue #113362

Tints of Prussian Blue #113362

Color information

#113362 (or 0x113362) is unknown color: approx Prussian Blue. HEX triplet: 11, 33 and 62. RGB value is (17,51,98). Sum of RGB (Red+Green+Blue) = 17+51+98=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #113362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113362 is #EECC9D. Grayscale: #2D2D2D. Windows color (decimal): -15649950 or 6435601. OLE color: 6435601.

HSL color Cylindrical-coordinate representation of color #113362: hue angle of 214.81º 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 #113362 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB175198-
CMYK0.830.4800.62
HSL214.81º70.43%22.55%-
HSV(B)214.81º82.65%38.43%-
XYZ3.623.3712.01-
YUV46.19157.24107.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.24%
GREEN value IS 51 (20.31% from 255) = 30.72%
BLUE value IS 98 (38.67% from 255) = 59.04%
R=10.24%
G=30.72%
B=59.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1751980.830.4800.62214.8170.4322.55
Hex113362533003Ed74617
Octal21631421236007632710627
Binary1000111001111000101010011110000011111011010111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113362; }

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

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

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

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

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

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

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

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