#0E3155

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

Shades of Prussian Blue #0E3155

Tints of Prussian Blue #0E3155

Color information

#0E3155 (or 0x0E3155) is unknown color: approx Prussian Blue. HEX triplet: 0E, 31 and 55. RGB value is (14,49,85). Sum of RGB (Red+Green+Blue) = 14+49+85=148 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.46% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 85 (33.59% from 255 or 57.43% from 148); Max value from RGB is 85 - color contains mainly: blue. Hex color #0E3155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3155 is #F1CEAA. Grayscale: #2A2A2A. Windows color (decimal): -15847083 or 5583118. OLE color: 5583118.

HSL color Cylindrical-coordinate representation of color #0E3155: hue angle of 210.42º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E3155 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB144985-
CMYK0.840.4200.67
HSL210.42º71.72%19.41%-
HSV(B)210.42º83.53%33.33%-
XYZ2.922.959.01-
YUV42.64151.9107.57-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.46%
GREEN value IS 49 (19.53% from 255) = 33.11%
BLUE value IS 85 (33.59% from 255) = 57.43%
R=9.46%
G=33.11%
B=57.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1449850.840.4200.67210.4271.7219.41
HexE3155542A043d24813
Octal166112512452010332211023
Binary1110110001101010110101001010100100001111010010100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,49,85); }

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

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

 a { background-color: rgb(14,49,85); }

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

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

 span { border-color: rgb(14,49,85); }

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