#113D67

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

Shades of Prussian Blue #113D67

Tints of Prussian Blue #113D67

Color information

#113D67 (or 0x113D67) is unknown color: approx Prussian Blue. HEX triplet: 11, 3D and 67. RGB value is (17,61,103). Sum of RGB (Red+Green+Blue) = 17+61+103=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 103 (40.62% from 255 or 56.91% from 181); Max value from RGB is 103 - color contains mainly: blue. Hex color #113D67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D67 is #EEC298. Grayscale: #343434. Windows color (decimal): -15647385 or 6765841. OLE color: 6765841.

HSL color Cylindrical-coordinate representation of color #113D67: hue angle of 209.3º 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 #113D67 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1761103-
CMYK0.830.4100.60
HSL209.3º71.67%23.53%-
HSV(B)209.3º83.5%40.39%-
XYZ4.354.4413.46-
YUV52.63156.42102.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.39%
GREEN value IS 61 (24.22% from 255) = 33.70%
BLUE value IS 103 (40.62% from 255) = 56.91%
R=9.39%
G=33.70%
B=56.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal17611030.830.4100.60209.371.6723.53
Hex113D67532903Cd14818
Octal21751471235107432111030
Binary1000111110111001111010011101001011110011010001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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