#100643

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

Shades of Paua #100643

Tints of Paua #100643

Color information

#100643 (or 0x100643) is unknown color: approx Paua. HEX triplet: 10, 06 and 43. RGB value is (16,6,67). Sum of RGB (Red+Green+Blue) = 16+6+67=89 (11% of max value = 765). Red value is 16 (6.64% from 255 or 17.98% from 89); Green value is 6 (2.73% from 255 or 6.74% from 89); Blue value is 67 (26.56% from 255 or 75.28% from 89); Max value from RGB is 67 - color contains mainly: blue. Hex color #100643 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100643 is #EFF9BC. Grayscale: #0F0F0F. Windows color (decimal): -15727037 or 4392464. OLE color: 4392464.

HSL color Cylindrical-coordinate representation of color #100643: hue angle of 249.84º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #100643 is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB16667-
CMYK0.760.9100.74
HSL249.84º83.56%14.31%-
HSV(B)249.84º91.04%26.27%-
XYZ1.290.655.37-
YUV15.94156.81128.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.98%
GREEN value IS 6 (2.73% from 255) = 6.74%
BLUE value IS 67 (26.56% from 255) = 75.28%
R=17.98%
G=6.74%
B=75.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal166670.760.9100.74249.8483.5614.31
Hex106434C5B04Afa54e
Octal206103114133011237212416
Binary10000110100001110011001011011010010101111101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100643; }

 p { color: rgb(16,6,67); }

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

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

 a { background-color: rgb(16,6,67); }

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

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

 span { border-color: rgb(16,6,67); }

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