#100D4E

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

Shades of Paua #100D4E

Tints of Paua #100D4E

Color information

#100D4E (or 0x100D4E) is unknown color: approx Paua. HEX triplet: 10, 0D and 4E. RGB value is (16,13,78). Sum of RGB (Red+Green+Blue) = 16+13+78=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 78 (30.86% from 255 or 72.90% from 107); Max value from RGB is 78 - color contains mainly: blue. Hex color #100D4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100D4E is #EFF2B1. Grayscale: #151515. Windows color (decimal): -15725234 or 5115152. OLE color: 5115152.

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

Color convert

RGB161378-
CMYK0.790.8300.69
HSL242.77º71.43%17.84%-
HSV(B)242.77º83.33%30.59%-
XYZ1.730.957.3-
YUV21.31159.99124.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.95%
GREEN value IS 13 (5.47% from 255) = 12.15%
BLUE value IS 78 (30.86% from 255) = 72.90%
R=14.95%
G=12.15%
B=72.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1613780.790.8300.69242.7771.4317.84
Hex10D4E4F53045f34712
Octal2015116117123010536310722
Binary1000011011001110100111110100110100010111110011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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