#10064F

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

Shades of Paua #10064F

Tints of Paua #10064F

Color information

#10064F (or 0x10064F) is unknown color: approx Paua. HEX triplet: 10, 06 and 4F. RGB value is (16,6,79). Sum of RGB (Red+Green+Blue) = 16+6+79=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 79 (31.25% from 255 or 78.22% from 101); Max value from RGB is 79 - color contains mainly: blue. Hex color #10064F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10064F is #EFF9B0. Grayscale: #111111. Windows color (decimal): -15727025 or 5178896. OLE color: 5178896.

HSL color Cylindrical-coordinate representation of color #10064F: hue angle of 248.22º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10064F is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB16679-
CMYK0.800.9200.69
HSL248.22º85.88%16.67%-
HSV(B)248.22º92.41%30.98%-
XYZ1.690.87.46-
YUV17.31162.81127.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.84%
GREEN value IS 6 (2.73% from 255) = 5.94%
BLUE value IS 79 (31.25% from 255) = 78.22%
R=15.84%
G=5.94%
B=78.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal166790.800.9200.69248.2285.8816.67
Hex1064F505C045f85611
Octal206117120134010537012621
Binary100001101001111101000010111000100010111111000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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