Html Css Color HEX #11064E Paua

📋 copy color: '#11064E'

red 17 ◦ green 6 ◦ blue 78

#11064E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #11064E

Tints of Paua #11064E

RGB

 RED value IS 17 (7.03% from 255) = 16.83%

 GREEN value IS 6 (2.73% from 255) = 5.94%

 BLUE value IS 78 (30.86% from 255) = 77.23%

R = 16.83%
G = 5.94%
B = 77.23%

CMYK

 C value IS 0.78

 M value IS 0.92

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#11064E (or 0x11064E) is known color: Paua. HEX triplet: 11, 06 and 4E. RGB value is (17,6,78). Sum of RGB (Red+Green+Blue) = 17+6+78=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 78 (30.86% from 255 or 77.23% from 101); Max value from RGB is 78 - color contains mainly: blue. Hex color #11064E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11064E is #EEF9B1. Grayscale: #111111. Windows color (decimal): -15661490 or 5113361. OLE color: 5113361.

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

Color convert

RGB 17 6 78 -
CMYK 0.78 0.92 0 0.69
HSL 249.17º 0.86% 0.16% -
HSV(B) 249.17º 0.92% 0.31% -
XYZ 1.67 0.8 7.27 -
YUV 17.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 17 6 78 0.78 0.92 0 0.69 249.17 0.86 0.16
Hex 11 6 4E 4E 5C 0 45 F9 56 10
Octal 21 6 116 116 134 0 105 371 126 20
Binary 10001 110 1001110 1001110 1011100 0 1000101 11111001 1010110 10000

Color Harmonies of #11064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11064E

Black with #11064E

Text Example


Text Example

White with #11064E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11064E;
 }
 .AnyTagClassName
 {
   color: #11064E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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