#0E345C

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

Shades of Prussian Blue #0E345C

Tints of Prussian Blue #0E345C

Color information

#0E345C (or 0x0E345C) is unknown color: approx Prussian Blue. HEX triplet: 0E, 34 and 5C. RGB value is (14,52,92). Sum of RGB (Red+Green+Blue) = 14+52+92=158 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.86% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #0E345C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E345C is #F1CBA3. Grayscale: #2D2D2D. Windows color (decimal): -15846308 or 6042638. OLE color: 6042638.

HSL color Cylindrical-coordinate representation of color #0E345C: hue angle of 210.77º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E345C is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB145292-
CMYK0.850.4300.64
HSL210.77º73.58%20.78%-
HSV(B)210.77º84.78%36.08%-
XYZ3.343.3210.59-
YUV45.2154.41105.75-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.86%
GREEN value IS 52 (20.70% from 255) = 32.91%
BLUE value IS 92 (36.33% from 255) = 58.23%
R=8.86%
G=32.91%
B=58.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1452920.850.4300.64210.7773.5820.78
HexE345C552B040d34a15
Octal166413412553010032311225
Binary1110110100101110010101011010110100000011010011100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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