Html Css Color HEX #110D50 Paua

📋 copy color: '#110D50'

red 17 ◦ green 13 ◦ blue 80

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

Shades of Paua #110D50

Tints of Paua #110D50

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.82%

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

R = 15.45%
G = 11.82%
B = 72.73%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#110D50 (or 0x110D50) is known color: Paua. HEX triplet: 11, 0D and 50. RGB value is (17,13,80). Sum of RGB (Red+Green+Blue) = 17+13+80=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 13 (5.47% from 255 or 11.82% from 110); Blue value is 80 (31.64% from 255 or 72.73% from 110); Max value from RGB is 80 - color contains mainly: blue. Hex color #110D50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110D50 is #EEF2AF. Grayscale: #151515. Windows color (decimal): -15659696 or 5246225. OLE color: 5246225.

HSL color Cylindrical-coordinate representation of color #110D50: hue angle of 243.58º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #110D50 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 13 80 -
CMYK 0.79 0.84 0 0.69
HSL 243.58º 0.72% 0.18% -
HSV(B) 243.58º 0.84% 0.31% -
XYZ 1.82 0.99 7.68 -
YUV 21.83 160.83 124.55 -
System Red Green Blue C M Y K H S L
Decimal 17 13 80 0.79 0.84 0 0.69 243.58 0.72 0.18
Hex 11 D 50 4F 54 0 45 F4 48 12
Octal 21 15 120 117 124 0 105 364 110 22
Binary 10001 1101 1010000 1001111 1010100 0 1000101 11110100 1001000 10010

Color Harmonies of #110D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110D50

Black with #110D50

Text Example


Text Example

White with #110D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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