Html Css Color HEX #110949 Paua

📋 copy color: '#110949'

red 17 ◦ green 9 ◦ blue 73

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

Shades of Paua #110949

Tints of Paua #110949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.09%

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

R = 17.17%
G = 9.09%
B = 73.74%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#110949 (or 0x110949) is known color: Paua. HEX triplet: 11, 09 and 49. RGB value is (17,9,73). Sum of RGB (Red+Green+Blue) = 17+9+73=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 73 (28.91% from 255 or 73.74% from 99); Max value from RGB is 73 - color contains mainly: blue. Hex color #110949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110949 is #EEF6B6. Grayscale: #121212. Windows color (decimal): -15660727 or 4786449. OLE color: 4786449.

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

Color convert

RGB 17 9 73 -
CMYK 0.77 0.88 0 0.71
HSL 247.5º 0.78% 0.16% -
HSV(B) 247.5º 0.88% 0.29% -
XYZ 1.53 0.8 6.38 -
YUV 18.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 17 9 73 0.77 0.88 0 0.71 247.5 0.78 0.16
Hex 11 9 49 4D 58 0 47 F8 4E 10
Octal 21 11 111 115 130 0 107 370 116 20
Binary 10001 1001 1001001 1001101 1011000 0 1000111 11111000 1001110 10000

Color Harmonies of #110949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110949

Black with #110949

Text Example


Text Example

White with #110949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110949; }

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

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

background-color css

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

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

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

border-color css

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

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

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