#113669

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

Shades of Prussian Blue #113669

Tints of Prussian Blue #113669

Color information

#113669 (or 0x113669) is unknown color: approx Prussian Blue. HEX triplet: 11, 36 and 69. RGB value is (17,54,105). Sum of RGB (Red+Green+Blue) = 17+54+105=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 105 (41.41% from 255 or 59.66% from 176); Max value from RGB is 105 - color contains mainly: blue. Hex color #113669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113669 is #EEC996. Grayscale: #303030. Windows color (decimal): -15649175 or 6895121. OLE color: 6895121.

HSL color Cylindrical-coordinate representation of color #113669: hue angle of 214.77º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #113669 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1754105-
CMYK0.840.4900.59
HSL214.77º72.13%23.92%-
HSV(B)214.77º83.81%41.18%-
XYZ4.13.7813.88-
YUV48.75159.74105.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.66%
GREEN value IS 54 (21.48% from 255) = 30.68%
BLUE value IS 105 (41.41% from 255) = 59.66%
R=9.66%
G=30.68%
B=59.66%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17541050.840.4900.59214.7772.1323.92
Hex113669543103Bd74818
Octal21661511246107332711030
Binary1000111011011010011010100110001011101111010111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113669; }

 p { color: rgb(17,54,105); }

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

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

 a { background-color: rgb(17,54,105); }

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

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

 span { border-color: rgb(17,54,105); }

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