#114068

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

Shades of Prussian Blue #114068

Tints of Prussian Blue #114068

Color information

#114068 (or 0x114068) is unknown color: approx Prussian Blue. HEX triplet: 11, 40 and 68. RGB value is (17,64,104). Sum of RGB (Red+Green+Blue) = 17+64+104=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #114068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114068 is #EEBF97. Grayscale: #363636. Windows color (decimal): -15646616 or 6832145. OLE color: 6832145.

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

Color convert

RGB1764104-
CMYK0.840.3800.59
HSL207.59º71.9%23.73%-
HSV(B)207.59º83.65%40.78%-
XYZ4.564.7913.78-
YUV54.51155.93101.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.19%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 104 (41.02% from 255) = 56.22%
R=9.19%
G=34.59%
B=56.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17641040.840.3800.59207.5971.923.73
Hex114068542603Bd04818
Octal211001501244607332011030
Binary10001100000011010001010100100110011101111010000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114068; }

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

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

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

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

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

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

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

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