#100C4D

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

Shades of Paua #100C4D

Tints of Paua #100C4D

Color information

#100C4D (or 0x100C4D) is unknown color: approx Paua. HEX triplet: 10, 0C and 4D. RGB value is (16,12,77). Sum of RGB (Red+Green+Blue) = 16+12+77=105 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.24% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 77 (30.47% from 255 or 73.33% from 105); Max value from RGB is 77 - color contains mainly: blue. Hex color #100C4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100C4D is #EFF3B2. Grayscale: #141414. Windows color (decimal): -15725491 or 5049360. OLE color: 5049360.

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

Color convert

RGB161277-
CMYK0.790.8400.70
HSL243.69º73.03%17.45%-
HSV(B)243.69º84.42%30.2%-
XYZ1.680.917.11-
YUV20.61159.83124.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.24%
GREEN value IS 12 (5.08% from 255) = 11.43%
BLUE value IS 77 (30.47% from 255) = 73.33%
R=15.24%
G=11.43%
B=73.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1612770.790.8400.70243.6973.0317.45
Hex10C4D4F54046f44911
Octal2014115117124010636411121
Binary1000011001001101100111110101000100011011110100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,12,77); }

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

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

 a { background-color: rgb(16,12,77); }

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

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

 span { border-color: rgb(16,12,77); }

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