#0E3356

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

Shades of Prussian Blue #0E3356

Tints of Prussian Blue #0E3356

Color information

#0E3356 (or 0x0E3356) is unknown color: approx Prussian Blue. HEX triplet: 0E, 33 and 56. RGB value is (14,51,86). Sum of RGB (Red+Green+Blue) = 14+51+86=151 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.27% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 86 (33.98% from 255 or 56.95% from 151); Max value from RGB is 86 - color contains mainly: blue. Hex color #0E3356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3356 is #F1CCA9. Grayscale: #2B2B2B. Windows color (decimal): -15846570 or 5649166. OLE color: 5649166.

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

Color convert

RGB145186-
CMYK0.840.4100.66
HSL209.17º72%19.61%-
HSV(B)209.17º83.72%33.73%-
XYZ3.043.139.25-
YUV43.93151.74106.65-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.27%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 86 (33.98% from 255) = 56.95%
R=9.27%
G=33.77%
B=56.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1451860.840.4100.66209.177219.61
HexE33565429042d14814
Octal166312612451010232111024
Binary1110110011101011010101001010010100001011010001100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,51,86); }

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

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

 a { background-color: rgb(14,51,86); }

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

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

 span { border-color: rgb(14,51,86); }

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