#0E0545

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

Shades of Paua #0E0545

Tints of Paua #0E0545

Color information

#0E0545 (or 0x0E0545) is unknown color: approx Paua. HEX triplet: 0E, 05 and 45. RGB value is (14,5,69). Sum of RGB (Red+Green+Blue) = 14+5+69=88 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.91% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 69 (27.34% from 255 or 78.41% from 88); Max value from RGB is 69 - color contains mainly: blue. Hex color #0E0545 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0545 is #F1FABA. Grayscale: #0E0E0E. Windows color (decimal): -15858363 or 4523278. OLE color: 4523278.

HSL color Cylindrical-coordinate representation of color #0E0545: hue angle of 248.44º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E0545 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB14569-
CMYK0.800.9300.73
HSL248.44º86.49%14.51%-
HSV(B)248.44º92.75%27.06%-
XYZ1.310.635.68-
YUV14.99158.48127.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.91%
GREEN value IS 5 (2.34% from 255) = 5.68%
BLUE value IS 69 (27.34% from 255) = 78.41%
R=15.91%
G=5.68%
B=78.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal145690.800.9300.73248.4486.4914.51
HexE545505D049f856f
Octal165105120135011137012617
Binary1110101100010110100001011101010010011111100010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,5,69); }

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

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

 a { background-color: rgb(14,5,69); }

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

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

 span { border-color: rgb(14,5,69); }

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