#0E0841

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

Shades of Paua #0E0841

Tints of Paua #0E0841

Color information

#0E0841 (or 0x0E0841) is unknown color: approx Paua. HEX triplet: 0E, 08 and 41. RGB value is (14,8,65). Sum of RGB (Red+Green+Blue) = 14+8+65=87 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.09% from 87); Green value is 8 (3.52% from 255 or 9.20% from 87); Blue value is 65 (25.78% from 255 or 74.71% from 87); Max value from RGB is 65 - color contains mainly: blue. Hex color #0E0841 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0841 is #F1F7BE. Grayscale: #101010. Windows color (decimal): -15857599 or 4261902. OLE color: 4261902.

HSL color Cylindrical-coordinate representation of color #0E0841: hue angle of 246.32º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E0841 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB14865-
CMYK0.780.8800.75
HSL246.32º78.08%14.31%-
HSV(B)246.32º87.69%25.49%-
XYZ1.220.655.06-
YUV16.29155.49126.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 16.09%
GREEN value IS 8 (3.52% from 255) = 9.20%
BLUE value IS 65 (25.78% from 255) = 74.71%
R=16.09%
G=9.20%
B=74.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal148650.780.8800.75246.3278.0814.31
HexE8414E5804Bf64ee
Octal1610101116130011336611616
Binary11101000100000110011101011000010010111111011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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