Html Css Color HEX #11104A Paua

📋 copy color: '#11104A'

red 17 ◦ green 16 ◦ blue 74

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

Shades of Paua #11104A

Tints of Paua #11104A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.95%

 BLUE value IS 74 (29.3% from 255) = 69.16%

R = 15.89%
G = 14.95%
B = 69.16%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#11104A (or 0x11104A) is known color: Paua. HEX triplet: 11, 10 and 4A. RGB value is (17,16,74). Sum of RGB (Red+Green+Blue) = 17+16+74=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 74 (29.30% from 255 or 69.16% from 107); Max value from RGB is 74 - color contains mainly: blue. Hex color #11104A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11104A is #EEEFB5. Grayscale: #161616. Windows color (decimal): -15658934 or 4853777. OLE color: 4853777.

HSL color Cylindrical-coordinate representation of color #11104A: hue angle of 241.03º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11104A is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 16 74 -
CMYK 0.77 0.78 0 0.71
HSL 241.03º 0.64% 0.18% -
HSV(B) 241.03º 0.78% 0.29% -
XYZ 1.65 0.98 6.58 -
YUV 22.91 156.83 123.78 -
System Red Green Blue C M Y K H S L
Decimal 17 16 74 0.77 0.78 0 0.71 241.03 0.64 0.18
Hex 11 10 4A 4D 4E 0 47 F1 40 12
Octal 21 20 112 115 116 0 107 361 100 22
Binary 10001 10000 1001010 1001101 1001110 0 1000111 11110001 1000000 10010

Color Harmonies of #11104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11104A

Black with #11104A

Text Example


Text Example

White with #11104A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11104A; }

 p { color: rgb(17,16,74); }

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

background-color css

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

 a { background-color: rgb(17,16,74); }

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

border-color css

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

 span { border-color: rgb(17,16,74); }

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