#113C67

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

Shades of Prussian Blue #113C67

Tints of Prussian Blue #113C67

Color information

#113C67 (or 0x113C67) is unknown color: approx Prussian Blue. HEX triplet: 11, 3C and 67. RGB value is (17,60,103). Sum of RGB (Red+Green+Blue) = 17+60+103=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 103 (40.62% from 255 or 57.22% from 180); Max value from RGB is 103 - color contains mainly: blue. Hex color #113C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C67 is #EEC398. Grayscale: #333333. Windows color (decimal): -15647641 or 6765585. OLE color: 6765585.

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

Color convert

RGB1760103-
CMYK0.830.4200.60
HSL210º71.67%23.53%-
HSV(B)210º83.5%40.39%-
XYZ4.34.3313.44-
YUV52.04156.75103-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.44%
GREEN value IS 60 (23.83% from 255) = 33.33%
BLUE value IS 103 (40.62% from 255) = 57.22%
R=9.44%
G=33.33%
B=57.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal17601030.830.4200.6021071.6723.53
Hex113C67532A03Cd24818
Octal21741471235207432211030
Binary1000111110011001111010011101010011110011010010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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