#10084C

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

Shades of Paua #10084C

Tints of Paua #10084C

Color information

#10084C (or 0x10084C) is unknown color: approx Paua. HEX triplet: 10, 08 and 4C. RGB value is (16,8,76). Sum of RGB (Red+Green+Blue) = 16+8+76=100 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 76 (30.08% from 255 or 76% from 100); Max value from RGB is 76 - color contains mainly: blue. Hex color #10084C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10084C is #EFF7B3. Grayscale: #111111. Windows color (decimal): -15726516 or 4982800. OLE color: 4982800.

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

Color convert

RGB16876-
CMYK0.790.8900.70
HSL247.06º80.95%16.47%-
HSV(B)247.06º89.47%29.8%-
XYZ1.610.816.91-
YUV18.14160.65126.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16%
GREEN value IS 8 (3.52% from 255) = 8%
BLUE value IS 76 (30.08% from 255) = 76%
R=16%
G=8%
B=76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal168760.790.8900.70247.0680.9516.47
Hex1084C4F59046f75110
Octal2010114117131010636712120
Binary1000010001001100100111110110010100011011110111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10084C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10084C; }

 p { color: rgb(16,8,76); }

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

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

 a { background-color: rgb(16,8,76); }

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

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

 span { border-color: rgb(16,8,76); }

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