#0E0849

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

Shades of Paua #0E0849

Tints of Paua #0E0849

Color information

#0E0849 (or 0x0E0849) is unknown color: approx Paua. HEX triplet: 0E, 08 and 49. RGB value is (14,8,73). Sum of RGB (Red+Green+Blue) = 14+8+73=95 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.74% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 73 (28.91% from 255 or 76.84% from 95); Max value from RGB is 73 - color contains mainly: blue. Hex color #0E0849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0849 is #F1F7B6. Grayscale: #101010. Windows color (decimal): -15857591 or 4786190. OLE color: 4786190.

HSL color Cylindrical-coordinate representation of color #0E0849: hue angle of 245.54º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E0849 is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB14873-
CMYK0.810.8900.71
HSL245.54º80.25%15.88%-
HSV(B)245.54º89.04%28.63%-
XYZ1.470.756.37-
YUV17.2159.49125.71-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.74%
GREEN value IS 8 (3.52% from 255) = 8.42%
BLUE value IS 73 (28.91% from 255) = 76.84%
R=14.74%
G=8.42%
B=76.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal148730.810.8900.71245.5480.2515.88
HexE8495159047f65010
Octal1610111121131010736612020
Binary111010001001001101000110110010100011111110110101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,8,73); }

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

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

 a { background-color: rgb(14,8,73); }

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

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

 span { border-color: rgb(14,8,73); }

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