#100E4E

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

Shades of Paua #100E4E

Tints of Paua #100E4E

Color information

#100E4E (or 0x100E4E) is unknown color: approx Paua. HEX triplet: 10, 0E and 4E. RGB value is (16,14,78). Sum of RGB (Red+Green+Blue) = 16+14+78=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 78 (30.86% from 255 or 72.22% from 108); Max value from RGB is 78 - color contains mainly: blue. Hex color #100E4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100E4E is #EFF1B1. Grayscale: #151515. Windows color (decimal): -15724978 or 5115408. OLE color: 5115408.

HSL color Cylindrical-coordinate representation of color #100E4E: hue angle of 241.88º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #100E4E is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB161478-
CMYK0.790.8200.69
HSL241.88º69.57%18.04%-
HSV(B)241.88º82.05%30.59%-
XYZ1.750.977.3-
YUV21.89159.66123.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.81%
GREEN value IS 14 (5.86% from 255) = 12.96%
BLUE value IS 78 (30.86% from 255) = 72.22%
R=14.81%
G=12.96%
B=72.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1614780.790.8200.69241.8869.5718.04
Hex10E4E4F52045f24612
Octal2016116117122010536210622
Binary1000011101001110100111110100100100010111110010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100E4E; }

 p { color: rgb(16,14,78); }

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

<style>
 a { background-color: #100E4E; }

 a { background-color: rgb(16,14,78); }

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

<style>
 span { border-color: #100E4E; }

 span { border-color: rgb(16,14,78); }

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