#0E0347

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

Shades of Paua #0E0347

Tints of Paua #0E0347

Color information

#0E0347 (or 0x0E0347) is unknown color: approx Paua. HEX triplet: 0E, 03 and 47. RGB value is (14,3,71). Sum of RGB (Red+Green+Blue) = 14+3+71=88 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.91% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 71 (28.12% from 255 or 80.68% from 88); Max value from RGB is 71 - color contains mainly: blue. Hex color #0E0347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0347 is #F1FCB8. Grayscale: #0D0D0D. Windows color (decimal): -15858873 or 4653838. OLE color: 4653838.

HSL color Cylindrical-coordinate representation of color #0E0347: hue angle of 249.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E0347 is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB14371-
CMYK0.800.9600.72
HSL249.71º91.89%14.51%-
HSV(B)249.71º95.77%27.84%-
XYZ1.350.616.01-
YUV14.04160.14127.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.91%
GREEN value IS 3 (1.56% from 255) = 3.41%
BLUE value IS 71 (28.12% from 255) = 80.68%
R=15.91%
G=3.41%
B=80.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal143710.800.9600.72249.7191.8914.51
HexE3475060048fa5cf
Octal163107120140011037213417
Binary111011100011110100001100000010010001111101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,3,71); }

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

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

 a { background-color: rgb(14,3,71); }

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

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

 span { border-color: rgb(14,3,71); }

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