#0E4366

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

Shades of Prussian Blue #0E4366

Tints of Prussian Blue #0E4366

Color information

#0E4366 (or 0x0E4366) is unknown color: approx Prussian Blue. HEX triplet: 0E, 43 and 66. RGB value is (14,67,102). Sum of RGB (Red+Green+Blue) = 14+67+102=183 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.65% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 102 (40.23% from 255 or 55.74% from 183); Max value from RGB is 102 - color contains mainly: blue. Hex color #0E4366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4366 is #F1BC99. Grayscale: #363636. Windows color (decimal): -15842458 or 6701838. OLE color: 6701838.

HSL color Cylindrical-coordinate representation of color #0E4366: hue angle of 203.86º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E4366 is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1467102-
CMYK0.860.3400.6
HSL203.86º75.86%22.75%-
HSV(B)203.86º86.27%40%-
XYZ4.595.0713.31-
YUV55.14154.4498.65-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.65%
GREEN value IS 67 (26.56% from 255) = 36.61%
BLUE value IS 102 (40.23% from 255) = 55.74%
R=7.65%
G=36.61%
B=55.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal14671020.860.3400.6203.8675.8622.75
HexE4366562203Ccc4c17
Octal161031461264207431411427
Binary1110100001111001101010110100010011110011001100100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E4366; }

 p { color: rgb(14,67,102); }

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

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

 a { background-color: rgb(14,67,102); }

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

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

 span { border-color: rgb(14,67,102); }

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