#10064D

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

Shades of Paua #10064D

Tints of Paua #10064D

Color information

#10064D (or 0x10064D) is unknown color: approx Paua. HEX triplet: 10, 06 and 4D. RGB value is (16,6,77). Sum of RGB (Red+Green+Blue) = 16+6+77=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 77 (30.47% from 255 or 77.78% from 99); Max value from RGB is 77 - color contains mainly: blue. Hex color #10064D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10064D is #EFF9B2. Grayscale: #101010. Windows color (decimal): -15727027 or 5047824. OLE color: 5047824.

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

Color convert

RGB16677-
CMYK0.790.9200.70
HSL248.45º85.54%16.27%-
HSV(B)248.45º92.21%30.2%-
XYZ1.620.787.09-
YUV17.08161.81127.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.16%
GREEN value IS 6 (2.73% from 255) = 6.06%
BLUE value IS 77 (30.47% from 255) = 77.78%
R=16.16%
G=6.06%
B=77.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal166770.790.9200.70248.4585.5416.27
Hex1064D4F5C046f85610
Octal206115117134010637012620
Binary100001101001101100111110111000100011011111000101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10064D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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