#10084D

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

Shades of Paua #10084D

Tints of Paua #10084D

Color information

#10084D (or 0x10084D) is unknown color: approx Paua. HEX triplet: 10, 08 and 4D. RGB value is (16,8,77). Sum of RGB (Red+Green+Blue) = 16+8+77=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 77 (30.47% from 255 or 76.24% from 101); Max value from RGB is 77 - color contains mainly: blue. Hex color #10084D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10084D is #EFF7B2. Grayscale: #111111. Windows color (decimal): -15726515 or 5048336. OLE color: 5048336.

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

Color convert

RGB16877-
CMYK0.790.9000.70
HSL246.96º81.18%16.67%-
HSV(B)246.96º89.61%30.2%-
XYZ1.640.827.09-
YUV18.26161.15126.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.84%
GREEN value IS 8 (3.52% from 255) = 7.92%
BLUE value IS 77 (30.47% from 255) = 76.24%
R=15.84%
G=7.92%
B=76.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal168770.790.9000.70246.9681.1816.67
Hex1084D4F5A046f75111
Octal2010115117132010636712121
Binary1000010001001101100111110110100100011011110111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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