#0E0847

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

Shades of Paua #0E0847

Tints of Paua #0E0847

Color information

#0E0847 (or 0x0E0847) is unknown color: approx Paua. HEX triplet: 0E, 08 and 47. RGB value is (14,8,71). Sum of RGB (Red+Green+Blue) = 14+8+71=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 71 (28.12% from 255 or 76.34% from 93); Max value from RGB is 71 - color contains mainly: blue. Hex color #0E0847 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0847 is #F1F7B8. Grayscale: #101010. Windows color (decimal): -15857593 or 4655118. OLE color: 4655118.

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

Color convert

RGB14871-
CMYK0.800.8900.72
HSL245.71º79.75%15.49%-
HSV(B)245.71º88.73%27.84%-
XYZ1.410.726.03-
YUV16.98158.49125.88-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.05%
GREEN value IS 8 (3.52% from 255) = 8.60%
BLUE value IS 71 (28.12% from 255) = 76.34%
R=15.05%
G=8.60%
B=76.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal148710.800.8900.72245.7179.7515.49
HexE8475059048f650f
Octal1610107120131011036612017
Binary11101000100011110100001011001010010001111011010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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