Html Css Color HEX #110649 Paua

📋 copy color: '#110649'

red 17 ◦ green 6 ◦ blue 73

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

Shades of Paua #110649

Tints of Paua #110649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 76.04%

R = 17.71%
G = 6.25%
B = 76.04%

CMYK

 C value IS 0.77

 M value IS 0.92

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#110649 (or 0x110649) is known color: Paua. HEX triplet: 11, 06 and 49. RGB value is (17,6,73). Sum of RGB (Red+Green+Blue) = 17+6+73=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 73 (28.91% from 255 or 76.04% from 96); Max value from RGB is 73 - color contains mainly: blue. Hex color #110649 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110649 is #EEF9B6. Grayscale: #101010. Windows color (decimal): -15661495 or 4785681. OLE color: 4785681.

HSL color Cylindrical-coordinate representation of color #110649: hue angle of 249.85º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110649 is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 6 73 -
CMYK 0.77 0.92 0 0.71
HSL 249.85º 0.85% 0.15% -
HSV(B) 249.85º 0.92% 0.29% -
XYZ 1.5 0.73 6.37 -
YUV 16.93 159.64 128.05 -
System Red Green Blue C M Y K H S L
Decimal 17 6 73 0.77 0.92 0 0.71 249.85 0.85 0.15
Hex 11 6 49 4D 5C 0 47 FA 55 F
Octal 21 6 111 115 134 0 107 372 125 17
Binary 10001 110 1001001 1001101 1011100 0 1000111 11111010 1010101 1111

Color Harmonies of #110649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110649

Black with #110649

Text Example


Text Example

White with #110649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110649; }

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

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

background-color css

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

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

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

border-color css

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

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

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