#0E2F5A

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

Shades of Prussian Blue #0E2F5A

Tints of Prussian Blue #0E2F5A

Color information

#0E2F5A (or 0x0E2F5A) is unknown color: approx Prussian Blue. HEX triplet: 0E, 2F and 5A. RGB value is (14,47,90). Sum of RGB (Red+Green+Blue) = 14+47+90=151 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.27% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #0E2F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2F5A is #F1D0A5. Grayscale: #292929. Windows color (decimal): -15847590 or 5910286. OLE color: 5910286.

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

Color convert

RGB144790-
CMYK0.840.4800.65
HSL213.95º73.08%20.39%-
HSV(B)213.95º84.44%35.29%-
XYZ3.042.8610.07-
YUV42.04155.07108-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.27%
GREEN value IS 47 (18.75% from 255) = 31.13%
BLUE value IS 90 (35.55% from 255) = 59.60%
R=9.27%
G=31.13%
B=59.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1447900.840.4800.65213.9573.0820.39
HexE2F5A5430041d64914
Octal165713212460010132611124
Binary1110101111101101010101001100000100000111010110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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