#0E3059

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

Shades of Prussian Blue #0E3059

Tints of Prussian Blue #0E3059

Color information

#0E3059 (or 0x0E3059) is unknown color: approx Prussian Blue. HEX triplet: 0E, 30 and 59. RGB value is (14,48,89). Sum of RGB (Red+Green+Blue) = 14+48+89=151 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.27% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #0E3059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3059 is #F1CFA6. Grayscale: #2A2A2A. Windows color (decimal): -15847335 or 5845006. OLE color: 5845006.

HSL color Cylindrical-coordinate representation of color #0E3059: hue angle of 212.8º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E3059 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB144889-
CMYK0.840.4600.65
HSL212.8º72.82%20.2%-
HSV(B)212.8º84.27%34.9%-
XYZ3.042.939.86-
YUV42.51154.24107.67-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.27%
GREEN value IS 48 (19.14% from 255) = 31.79%
BLUE value IS 89 (35.16% from 255) = 58.94%
R=9.27%
G=31.79%
B=58.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1448890.840.4600.65212.872.8220.2
HexE3059542E041d54914
Octal166013112456010132511124
Binary1110110000101100110101001011100100000111010101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,48,89); }

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

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

 a { background-color: rgb(14,48,89); }

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

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

 span { border-color: rgb(14,48,89); }

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