#113967

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

Shades of Prussian Blue #113967

Tints of Prussian Blue #113967

Color information

#113967 (or 0x113967) is unknown color: approx Prussian Blue. HEX triplet: 11, 39 and 67. RGB value is (17,57,103). Sum of RGB (Red+Green+Blue) = 17+57+103=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 103 (40.62% from 255 or 58.19% from 177); Max value from RGB is 103 - color contains mainly: blue. Hex color #113967 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113967 is #EEC698. Grayscale: #323232. Windows color (decimal): -15648409 or 6764817. OLE color: 6764817.

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

Color convert

RGB1757103-
CMYK0.830.4500.60
HSL212.09º71.67%23.53%-
HSV(B)212.09º83.5%40.39%-
XYZ4.144.0213.39-
YUV50.28157.75104.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.60%
GREEN value IS 57 (22.66% from 255) = 32.20%
BLUE value IS 103 (40.62% from 255) = 58.19%
R=9.60%
G=32.20%
B=58.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal17571030.830.4500.60212.0971.6723.53
Hex113967532D03Cd44818
Octal21711471235507432411030
Binary1000111100111001111010011101101011110011010100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113967; }

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

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

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

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

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

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

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

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