Html Css Color HEX #110449 Paua

📋 copy color: '#110449'

red 17 ◦ green 4 ◦ blue 73

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

Shades of Paua #110449

Tints of Paua #110449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.26%

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

R = 18.09%
G = 4.26%
B = 77.66%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#110449 (or 0x110449) is known color: Paua. HEX triplet: 11, 04 and 49. RGB value is (17,4,73). Sum of RGB (Red+Green+Blue) = 17+4+73=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 73 (28.91% from 255 or 77.66% from 94); Max value from RGB is 73 - color contains mainly: blue. Hex color #110449 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110449 is #EEFBB6. Grayscale: #0F0F0F. Windows color (decimal): -15662007 or 4785169. OLE color: 4785169.

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

Color convert

RGB 17 4 73 -
CMYK 0.77 0.95 0 0.71
HSL 251.3º 0.9% 0.15% -
HSV(B) 251.3º 0.95% 0.29% -
XYZ 1.48 0.69 6.36 -
YUV 15.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 17 4 73 0.77 0.95 0 0.71 251.3 0.9 0.15
Hex 11 4 49 4D 5F 0 47 FB 5A F
Octal 21 4 111 115 137 0 107 373 132 17
Binary 10001 100 1001001 1001101 1011111 0 1000111 11111011 1011010 1111

Color Harmonies of #110449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110449

Black with #110449

Text Example


Text Example

White with #110449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110449; }

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

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

background-color css

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

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

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

border-color css

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

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

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