#100E4A

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

Shades of Paua #100E4A

Tints of Paua #100E4A

Color information

#100E4A (or 0x100E4A) is unknown color: approx Paua. HEX triplet: 10, 0E and 4A. RGB value is (16,14,74). Sum of RGB (Red+Green+Blue) = 16+14+74=104 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.38% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 74 (29.30% from 255 or 71.15% from 104); Max value from RGB is 74 - color contains mainly: blue. Hex color #100E4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100E4A is #EFF1B5. Grayscale: #151515. Windows color (decimal): -15724982 or 4853264. OLE color: 4853264.

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

Color convert

RGB161474-
CMYK0.780.8100.71
HSL242º68.18%17.25%-
HSV(B)242º81.08%29.02%-
XYZ1.610.926.57-
YUV21.44157.66124.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.38%
GREEN value IS 14 (5.86% from 255) = 13.46%
BLUE value IS 74 (29.30% from 255) = 71.15%
R=15.38%
G=13.46%
B=71.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1614740.780.8100.7124268.1817.25
Hex10E4A4E51047f24411
Octal2016112116121010736210421
Binary1000011101001010100111010100010100011111110010100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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