#0E0D48

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

Shades of Paua #0E0D48

Tints of Paua #0E0D48

Color information

#0E0D48 (or 0x0E0D48) is unknown color: approx Paua. HEX triplet: 0E, 0D and 48. RGB value is (14,13,72). Sum of RGB (Red+Green+Blue) = 14+13+72=99 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14.14% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 72 (28.52% from 255 or 72.73% from 99); Max value from RGB is 72 - color contains mainly: blue. Hex color #0E0D48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0D48 is #F1F2B7. Grayscale: #131313. Windows color (decimal): -15856312 or 4721934. OLE color: 4721934.

HSL color Cylindrical-coordinate representation of color #0E0D48: hue angle of 241.02º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E0D48 is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB141372-
CMYK0.810.8200.72
HSL241.02º69.41%16.67%-
HSV(B)241.02º81.94%28.24%-
XYZ1.490.856.22-
YUV20.02157.33123.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.14%
GREEN value IS 13 (5.47% from 255) = 13.13%
BLUE value IS 72 (28.52% from 255) = 72.73%
R=14.14%
G=13.13%
B=72.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1413720.810.8200.72241.0269.4116.67
HexED485152048f14511
Octal1615110121122011036110521
Binary111011011001000101000110100100100100011110001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,13,72); }

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

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

 a { background-color: rgb(14,13,72); }

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

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

 span { border-color: rgb(14,13,72); }

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