#0E084B

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

Shades of Paua #0E084B

Tints of Paua #0E084B

Color information

#0E084B (or 0x0E084B) is unknown color: approx Paua. HEX triplet: 0E, 08 and 4B. RGB value is (14,8,75). Sum of RGB (Red+Green+Blue) = 14+8+75=97 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.43% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 75 (29.69% from 255 or 77.32% from 97); Max value from RGB is 75 - color contains mainly: blue. Hex color #0E084B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E084B is #F1F7B4. Grayscale: #111111. Windows color (decimal): -15857589 or 4917262. OLE color: 4917262.

HSL color Cylindrical-coordinate representation of color #0E084B: hue angle of 245.37º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E084B is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB14875-
CMYK0.810.8900.71
HSL245.37º80.72%16.27%-
HSV(B)245.37º89.33%29.41%-
XYZ1.540.786.73-
YUV17.43160.49125.55-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.43%
GREEN value IS 8 (3.52% from 255) = 8.25%
BLUE value IS 75 (29.69% from 255) = 77.32%
R=14.43%
G=8.25%
B=77.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal148750.810.8900.71245.3780.7216.27
HexE84B5159047f55110
Octal1610113121131010736512120
Binary111010001001011101000110110010100011111110101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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