#11064D

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

Shades of Paua #11064D

Tints of Paua #11064D

Color information

#11064D (or 0x11064D) is unknown color: approx Paua. HEX triplet: 11, 06 and 4D. RGB value is (17,6,77). Sum of RGB (Red+Green+Blue) = 17+6+77=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 77 (30.47% from 255 or 77% from 100); Max value from RGB is 77 - color contains mainly: blue. Hex color #11064D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11064D is #EEF9B2. Grayscale: #111111. Windows color (decimal): -15661491 or 5047825. OLE color: 5047825.

HSL color Cylindrical-coordinate representation of color #11064D: hue angle of 249.3º 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 #11064D is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB17677-
CMYK0.780.9200.70
HSL249.3º85.54%16.27%-
HSV(B)249.3º92.21%30.2%-
XYZ1.640.797.09-
YUV17.38161.64127.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17%
GREEN value IS 6 (2.73% from 255) = 6%
BLUE value IS 77 (30.47% from 255) = 77%
R=17%
G=6%
B=77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal176770.780.9200.70249.385.5416.27
Hex1164D4E5C046f95610
Octal216115116134010637112620
Binary100011101001101100111010111000100011011111001101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11064D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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