#113F67

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

Shades of Prussian Blue #113F67

Tints of Prussian Blue #113F67

Color information

#113F67 (or 0x113F67) is unknown color: approx Prussian Blue. HEX triplet: 11, 3F and 67. RGB value is (17,63,103). Sum of RGB (Red+Green+Blue) = 17+63+103=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 103 (40.62% from 255 or 56.28% from 183); Max value from RGB is 103 - color contains mainly: blue. Hex color #113F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F67 is #EEC098. Grayscale: #353535. Windows color (decimal): -15646873 or 6766353. OLE color: 6766353.

HSL color Cylindrical-coordinate representation of color #113F67: hue angle of 207.91º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #113F67 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1763103-
CMYK0.830.3900.60
HSL207.91º71.67%23.53%-
HSV(B)207.91º83.5%40.39%-
XYZ4.464.6513.5-
YUV53.81155.76101.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.29%
GREEN value IS 63 (25% from 255) = 34.43%
BLUE value IS 103 (40.62% from 255) = 56.28%
R=9.29%
G=34.43%
B=56.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal17631030.830.3900.60207.9171.6723.53
Hex113F67532703Cd04818
Octal21771471234707432011030
Binary1000111111111001111010011100111011110011010000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113F67; }

 p { color: rgb(17,63,103); }

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

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

 a { background-color: rgb(17,63,103); }

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

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

 span { border-color: rgb(17,63,103); }

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