Html Css Color HEX #110550 Paua

📋 copy color: '#110550'

red 17 ◦ green 5 ◦ blue 80

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

Shades of Paua #110550

Tints of Paua #110550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.9%

 BLUE value IS 80 (31.64% from 255) = 78.43%

R = 16.67%
G = 4.9%
B = 78.43%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#110550 (or 0x110550) is known color: Paua. HEX triplet: 11, 05 and 50. RGB value is (17,5,80). Sum of RGB (Red+Green+Blue) = 17+5+80=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 80 (31.64% from 255 or 78.43% from 102); Max value from RGB is 80 - color contains mainly: blue. Hex color #110550 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110550 is #EEFAAF. Grayscale: #101010. Windows color (decimal): -15661744 or 5244177. OLE color: 5244177.

HSL color Cylindrical-coordinate representation of color #110550: hue angle of 249.6º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110550 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 5 80 -
CMYK 0.79 0.94 0 0.69
HSL 249.6º 0.88% 0.17% -
HSV(B) 249.6º 0.94% 0.31% -
XYZ 1.73 0.81 7.65 -
YUV 17.14 163.48 127.9 -
System Red Green Blue C M Y K H S L
Decimal 17 5 80 0.79 0.94 0 0.69 249.6 0.88 0.17
Hex 11 5 50 4F 5E 0 45 FA 58 11
Octal 21 5 120 117 136 0 105 372 130 21
Binary 10001 101 1010000 1001111 1011110 0 1000101 11111010 1011000 10001

Color Harmonies of #110550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110550

Black with #110550

Text Example


Text Example

White with #110550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110550; }

 p { color: rgb(17,5,80); }

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

background-color css

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

 a { background-color: rgb(17,5,80); }

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

border-color css

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

 span { border-color: rgb(17,5,80); }

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