Html Css Color HEX #110B49 Paua

📋 copy color: '#110B49'

red 17 ◦ green 11 ◦ blue 73

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

Shades of Paua #110B49

Tints of Paua #110B49

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.89%

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

R = 16.83%
G = 10.89%
B = 72.28%

CMYK

 C value IS 0.77

 M value IS 0.85

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#110B49 (or 0x110B49) is known color: Paua. HEX triplet: 11, 0B and 49. RGB value is (17,11,73). Sum of RGB (Red+Green+Blue) = 17+11+73=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 11 (4.69% from 255 or 10.89% from 101); Blue value is 73 (28.91% from 255 or 72.28% from 101); Max value from RGB is 73 - color contains mainly: blue. Hex color #110B49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110B49 is #EEF4B6. Grayscale: #131313. Windows color (decimal): -15660215 or 4786961. OLE color: 4786961.

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

Color convert

RGB 17 11 73 -
CMYK 0.77 0.85 0 0.71
HSL 245.81º 0.74% 0.16% -
HSV(B) 245.81º 0.85% 0.29% -
XYZ 1.55 0.84 6.38 -
YUV 19.86 157.99 125.96 -
System Red Green Blue C M Y K H S L
Decimal 17 11 73 0.77 0.85 0 0.71 245.81 0.74 0.16
Hex 11 B 49 4D 55 0 47 F6 4A 10
Octal 21 13 111 115 125 0 107 366 112 20
Binary 10001 1011 1001001 1001101 1010101 0 1000111 11110110 1001010 10000

Color Harmonies of #110B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110B49

Black with #110B49

Text Example


Text Example

White with #110B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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