#0E3457

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

Shades of Prussian Blue #0E3457

Tints of Prussian Blue #0E3457

Color information

#0E3457 (or 0x0E3457) is unknown color: approx Prussian Blue. HEX triplet: 0E, 34 and 57. RGB value is (14,52,87). Sum of RGB (Red+Green+Blue) = 14+52+87=153 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.15% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 87 (34.38% from 255 or 56.86% from 153); Max value from RGB is 87 - color contains mainly: blue. Hex color #0E3457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3457 is #F1CBA8. Grayscale: #2C2C2C. Windows color (decimal): -15846313 or 5714958. OLE color: 5714958.

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

Color convert

RGB145287-
CMYK0.840.4000.66
HSL208.77º72.28%19.8%-
HSV(B)208.77º83.91%34.12%-
XYZ3.133.249.48-
YUV44.63151.91106.15-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.15%
GREEN value IS 52 (20.70% from 255) = 33.99%
BLUE value IS 87 (34.38% from 255) = 56.86%
R=9.15%
G=33.99%
B=56.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1452870.840.4000.66208.7772.2819.8
HexE34575428042d14814
Octal166412712450010232111024
Binary1110110100101011110101001010000100001011010001100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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