#0E3558

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

Shades of Prussian Blue #0E3558

Tints of Prussian Blue #0E3558

Color information

#0E3558 (or 0x0E3558) is unknown color: approx Prussian Blue. HEX triplet: 0E, 35 and 58. RGB value is (14,53,88). Sum of RGB (Red+Green+Blue) = 14+53+88=155 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.03% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #0E3558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3558 is #F1CAA7. Grayscale: #2D2D2D. Windows color (decimal): -15846056 or 5780750. OLE color: 5780750.

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

Color convert

RGB145388-
CMYK0.840.4000.65
HSL208.38º72.55%20%-
HSV(B)208.38º84.09%34.51%-
XYZ3.223.349.71-
YUV45.33152.08105.65-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.03%
GREEN value IS 53 (21.09% from 255) = 34.19%
BLUE value IS 88 (34.77% from 255) = 56.77%
R=9.03%
G=34.19%
B=56.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1453880.840.4000.65208.3872.5520
HexE35585428041d04914
Octal166513012450010132011124
Binary1110110101101100010101001010000100000111010000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,53,88); }

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

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

 a { background-color: rgb(14,53,88); }

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

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

 span { border-color: rgb(14,53,88); }

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