#0E3157

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

Shades of Prussian Blue #0E3157

Tints of Prussian Blue #0E3157

Color information

#0E3157 (or 0x0E3157) is unknown color: approx Prussian Blue. HEX triplet: 0E, 31 and 57. RGB value is (14,49,87). Sum of RGB (Red+Green+Blue) = 14+49+87=150 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.33% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 87 (34.38% from 255 or 58% from 150); Max value from RGB is 87 - color contains mainly: blue. Hex color #0E3157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3157 is #F1CEA8. Grayscale: #2A2A2A. Windows color (decimal): -15847081 or 5714190. OLE color: 5714190.

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

Color convert

RGB144987-
CMYK0.840.4400.66
HSL211.23º72.28%19.8%-
HSV(B)211.23º83.91%34.12%-
XYZ32.989.43-
YUV42.87152.9107.41-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.33%
GREEN value IS 49 (19.53% from 255) = 32.67%
BLUE value IS 87 (34.38% from 255) = 58%
R=9.33%
G=32.67%
B=58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1449870.840.4400.66211.2372.2819.8
HexE3157542C042d34814
Octal166112712454010232311024
Binary1110110001101011110101001011000100001011010011100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,49,87); }

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

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

 a { background-color: rgb(14,49,87); }

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

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

 span { border-color: rgb(14,49,87); }

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