#0e0947

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

Shades of Paua #0E0947

Tints of Paua #0E0947

Color information

#0E0947 (or 0x0E0947) is unknown color: approx Paua. HEX triplet: 0E, 09 and 47. RGB value is (14,9,71). Sum of RGB (Red+Green+Blue) = 14+9+71=94 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.89% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 71 (28.12% from 255 or 75.53% from 94); Max value from RGB is 71 - color contains mainly: blue. Hex color #0E0947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0947 is #F1F6B8. Grayscale: #111111. Windows color (decimal): -15857337 or 4655374. OLE color: 4655374.

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

Color convert

RGB14971-
CMYK0.800.8700.72
HSL244.84º77.5%15.69%-
HSV(B)244.84º87.32%27.84%-
XYZ1.420.746.03-
YUV17.56158.16125.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.89%
GREEN value IS 9 (3.91% from 255) = 9.57%
BLUE value IS 71 (28.12% from 255) = 75.53%
R=14.89%
G=9.57%
B=75.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal149710.800.8700.72244.8477.515.69
HexE9475057048f54e10
Octal1611107120127011036511620
Binary111010011000111101000010101110100100011110101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e0947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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