#100E4C

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

Shades of Paua #100E4C

Tints of Paua #100E4C

Color information

#100E4C (or 0x100E4C) is unknown color: approx Paua. HEX triplet: 10, 0E and 4C. RGB value is (16,14,76). Sum of RGB (Red+Green+Blue) = 16+14+76=106 (14% of max value = 765). Red value is 16 (6.64% from 255 or 15.09% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 76 (30.08% from 255 or 71.70% from 106); Max value from RGB is 76 - color contains mainly: blue. Hex color #100E4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100E4C is #EFF1B3. Grayscale: #151515. Windows color (decimal): -15724980 or 4984336. OLE color: 4984336.

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

Color convert

RGB161476-
CMYK0.790.8200.70
HSL241.94º68.89%17.65%-
HSV(B)241.94º81.58%29.8%-
XYZ1.680.956.93-
YUV21.67158.66123.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.09%
GREEN value IS 14 (5.86% from 255) = 13.21%
BLUE value IS 76 (30.08% from 255) = 71.70%
R=15.09%
G=13.21%
B=71.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1614760.790.8200.70241.9468.8917.65
Hex10E4C4F52046f24512
Octal2016114117122010636210522
Binary1000011101001100100111110100100100011011110010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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