#100F4D

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

Shades of Paua #100F4D

Tints of Paua #100F4D

Color information

#100F4D (or 0x100F4D) is unknown color: approx Paua. HEX triplet: 10, 0F and 4D. RGB value is (16,15,77). Sum of RGB (Red+Green+Blue) = 16+15+77=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 77 (30.47% from 255 or 71.30% from 108); Max value from RGB is 77 - color contains mainly: blue. Hex color #100F4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100F4D is #EFF0B2. Grayscale: #161616. Windows color (decimal): -15724723 or 5050128. OLE color: 5050128.

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

Color convert

RGB161577-
CMYK0.790.8100.70
HSL240.97º67.39%18.04%-
HSV(B)240.97º80.52%30.2%-
XYZ1.720.997.12-
YUV22.37158.83123.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.81%
GREEN value IS 15 (6.25% from 255) = 13.89%
BLUE value IS 77 (30.47% from 255) = 71.30%
R=14.81%
G=13.89%
B=71.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1615770.790.8100.70240.9767.3918.04
Hex10F4D4F51046f14312
Octal2017115117121010636110322
Binary1000011111001101100111110100010100011011110001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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