#100F4B

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

Shades of Paua #100F4B

Tints of Paua #100F4B

Color information

#100F4B (or 0x100F4B) is unknown color: approx Paua. HEX triplet: 10, 0F and 4B. RGB value is (16,15,75). Sum of RGB (Red+Green+Blue) = 16+15+75=106 (14% of max value = 765). Red value is 16 (6.64% from 255 or 15.09% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 75 (29.69% from 255 or 70.75% from 106); Max value from RGB is 75 - color contains mainly: blue. Hex color #100F4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100F4B is #EFF0B4. Grayscale: #151515. Windows color (decimal): -15724725 or 4919056. OLE color: 4919056.

HSL color Cylindrical-coordinate representation of color #100F4B: hue angle of 241º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #100F4B is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB161575-
CMYK0.790.8000.71
HSL241º66.67%17.65%-
HSV(B)241º80%29.41%-
XYZ1.650.966.75-
YUV22.14157.83123.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.09%
GREEN value IS 15 (6.25% from 255) = 14.15%
BLUE value IS 75 (29.69% from 255) = 70.75%
R=15.09%
G=14.15%
B=70.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1615750.790.8000.7124166.6717.65
Hex10F4B4F50047f14312
Octal2017113117120010736110322
Binary1000011111001011100111110100000100011111110001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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