#0E365A

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

Shades of Prussian Blue #0E365A

Tints of Prussian Blue #0E365A

Color information

#0E365A (or 0x0E365A) is unknown color: approx Prussian Blue. HEX triplet: 0E, 36 and 5A. RGB value is (14,54,90). Sum of RGB (Red+Green+Blue) = 14+54+90=158 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.86% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #0E365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E365A is #F1C9A5. Grayscale: #2D2D2D. Windows color (decimal): -15845798 or 5912078. OLE color: 5912078.

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

Color convert

RGB145490-
CMYK0.840.4000.65
HSL208.42º73.08%20.39%-
HSV(B)208.42º84.44%35.29%-
XYZ3.353.4710.17-
YUV46.14152.75105.07-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.86%
GREEN value IS 54 (21.48% from 255) = 34.18%
BLUE value IS 90 (35.55% from 255) = 56.96%
R=8.86%
G=34.18%
B=56.96%

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
Decimal1454900.840.4000.65208.4273.0820.39
HexE365A5428041d04914
Octal166613212450010132011124
Binary1110110110101101010101001010000100000111010000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,54,90); }

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

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

 a { background-color: rgb(14,54,90); }

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

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

 span { border-color: rgb(14,54,90); }

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