#100A4B

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

Shades of Paua #100A4B

Tints of Paua #100A4B

Color information

#100A4B (or 0x100A4B) is unknown color: approx Paua. HEX triplet: 10, 0A and 4B. RGB value is (16,10,75). Sum of RGB (Red+Green+Blue) = 16+10+75=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 10 (4.30% from 255 or 9.90% from 101); Blue value is 75 (29.69% from 255 or 74.26% from 101); Max value from RGB is 75 - color contains mainly: blue. Hex color #100A4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100A4B is #EFF5B4. Grayscale: #121212. Windows color (decimal): -15726005 or 4917776. OLE color: 4917776.

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

Color convert

RGB161075-
CMYK0.790.8700.71
HSL245.54º76.47%16.67%-
HSV(B)245.54º86.67%29.41%-
XYZ1.590.846.73-
YUV19.2159.49125.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.84%
GREEN value IS 10 (4.30% from 255) = 9.90%
BLUE value IS 75 (29.69% from 255) = 74.26%
R=15.84%
G=9.90%
B=74.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1610750.790.8700.71245.5476.4716.67
Hex10A4B4F57047f64c11
Octal2012113117127010736611421
Binary1000010101001011100111110101110100011111110110100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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