#0E0443

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

Shades of Paua #0E0443

Tints of Paua #0E0443

Color information

#0E0443 (or 0x0E0443) is unknown color: approx Paua. HEX triplet: 0E, 04 and 43. RGB value is (14,4,67). Sum of RGB (Red+Green+Blue) = 14+4+67=85 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.47% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 67 (26.56% from 255 or 78.82% from 85); Max value from RGB is 67 - color contains mainly: blue. Hex color #0E0443 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0443 is #F1FBBC. Grayscale: #0D0D0D. Windows color (decimal): -15858621 or 4391950. OLE color: 4391950.

HSL color Cylindrical-coordinate representation of color #0E0443: hue angle of 249.52º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E0443 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB14467-
CMYK0.790.9400.74
HSL249.52º88.73%13.92%-
HSV(B)249.52º94.03%26.27%-
XYZ1.240.595.36-
YUV14.17157.81127.88-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 16.47%
GREEN value IS 4 (1.95% from 255) = 4.71%
BLUE value IS 67 (26.56% from 255) = 78.82%
R=16.47%
G=4.71%
B=78.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal144670.790.9400.74249.5288.7313.92
HexE4434F5E04Afa59e
Octal164103117136011237213116
Binary1110100100001110011111011110010010101111101010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,4,67); }

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

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

 a { background-color: rgb(14,4,67); }

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

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

 span { border-color: rgb(14,4,67); }

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