#114069

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

Shades of Prussian Blue #114069

Tints of Prussian Blue #114069

Color information

#114069 (or 0x114069) is unknown color: approx Prussian Blue. HEX triplet: 11, 40 and 69. RGB value is (17,64,105). Sum of RGB (Red+Green+Blue) = 17+64+105=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #114069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114069 is #EEBF96. Grayscale: #363636. Windows color (decimal): -15646615 or 6897681. OLE color: 6897681.

HSL color Cylindrical-coordinate representation of color #114069: hue angle of 207.95º 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 #114069 is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1764105-
CMYK0.840.3900.59
HSL207.95º72.13%23.92%-
HSV(B)207.95º83.81%41.18%-
XYZ4.614.8114.05-
YUV54.62156.43101.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.14%
GREEN value IS 64 (25.39% from 255) = 34.41%
BLUE value IS 105 (41.41% from 255) = 56.45%
R=9.14%
G=34.41%
B=56.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17641050.840.3900.59207.9572.1323.92
Hex114069542703Bd04818
Octal211001511244707332011030
Binary10001100000011010011010100100111011101111010000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114069; }

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

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

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

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

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

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

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

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