#0E305A

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

Shades of Prussian Blue #0E305A

Tints of Prussian Blue #0E305A

Color information

#0E305A (or 0x0E305A) is unknown color: approx Prussian Blue. HEX triplet: 0E, 30 and 5A. RGB value is (14,48,90). Sum of RGB (Red+Green+Blue) = 14+48+90=152 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.21% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #0E305A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E305A is #F1CFA5. Grayscale: #2A2A2A. Windows color (decimal): -15847334 or 5910542. OLE color: 5910542.

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

Color convert

RGB144890-
CMYK0.840.4700.65
HSL213.16º73.08%20.39%-
HSV(B)213.16º84.44%35.29%-
XYZ3.082.9510.08-
YUV42.62154.74107.58-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.21%
GREEN value IS 48 (19.14% from 255) = 31.58%
BLUE value IS 90 (35.55% from 255) = 59.21%
R=9.21%
G=31.58%
B=59.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1448900.840.4700.65213.1673.0820.39
HexE305A542F041d54914
Octal166013212457010132511124
Binary1110110000101101010101001011110100000111010101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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