Html Css Color HEX #110F49 Paua

📋 copy color: '#110F49'

red 17 ◦ green 15 ◦ blue 73

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

Shades of Paua #110F49

Tints of Paua #110F49

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.29%

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

R = 16.19%
G = 14.29%
B = 69.52%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#110F49 (or 0x110F49) is known color: Paua. HEX triplet: 11, 0F and 49. RGB value is (17,15,73). Sum of RGB (Red+Green+Blue) = 17+15+73=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 15 (6.25% from 255 or 14.29% from 105); Blue value is 73 (28.91% from 255 or 69.52% from 105); Max value from RGB is 73 - color contains mainly: blue. Hex color #110F49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110F49 is #EEF0B6. Grayscale: #151515. Windows color (decimal): -15659191 or 4787985. OLE color: 4787985.

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

Color convert

RGB 17 15 73 -
CMYK 0.77 0.79 0 0.71
HSL 242.07º 0.66% 0.17% -
HSV(B) 242.07º 0.79% 0.29% -
XYZ 1.6 0.94 6.4 -
YUV 22.21 156.66 124.28 -
System Red Green Blue C M Y K H S L
Decimal 17 15 73 0.77 0.79 0 0.71 242.07 0.66 0.17
Hex 11 F 49 4D 4F 0 47 F2 42 11
Octal 21 17 111 115 117 0 107 362 102 21
Binary 10001 1111 1001001 1001101 1001111 0 1000111 11110010 1000010 10001

Color Harmonies of #110F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110F49

Black with #110F49

Text Example


Text Example

White with #110F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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