#10064C

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

Shades of Paua #10064C

Tints of Paua #10064C

Color information

#10064C (or 0x10064C) is unknown color: approx Paua. HEX triplet: 10, 06 and 4C. RGB value is (16,6,76). Sum of RGB (Red+Green+Blue) = 16+6+76=98 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.33% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 76 (30.08% from 255 or 77.55% from 98); Max value from RGB is 76 - color contains mainly: blue. Hex color #10064C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10064C is #EFF9B3. Grayscale: #101010. Windows color (decimal): -15727028 or 4982288. OLE color: 4982288.

HSL color Cylindrical-coordinate representation of color #10064C: hue angle of 248.57º degrees, saturation: 0.85, 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 #10064C is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB16676-
CMYK0.790.9200.70
HSL248.57º85.37%16.08%-
HSV(B)248.57º92.11%29.8%-
XYZ1.580.766.9-
YUV16.97161.31127.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.33%
GREEN value IS 6 (2.73% from 255) = 6.12%
BLUE value IS 76 (30.08% from 255) = 77.55%
R=16.33%
G=6.12%
B=77.55%

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
Decimal166760.790.9200.70248.5785.3716.08
Hex1064C4F5C046f95510
Octal206114117134010637112520
Binary100001101001100100111110111000100011011111001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10064C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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