Html Css Color HEX #11104F Paua

📋 copy color: '#11104F'

red 17 ◦ green 16 ◦ blue 79

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

Shades of Paua #11104F

Tints of Paua #11104F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 70.54%

R = 15.18%
G = 14.29%
B = 70.54%

CMYK

 C value IS 0.78

 M value IS 0.80

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#11104F (or 0x11104F) is known color: Paua. HEX triplet: 11, 10 and 4F. RGB value is (17,16,79). Sum of RGB (Red+Green+Blue) = 17+16+79=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 79 (31.25% from 255 or 70.54% from 112); Max value from RGB is 79 - color contains mainly: blue. Hex color #11104F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11104F is #EEEFB0. Grayscale: #171717. Windows color (decimal): -15658929 or 5181457. OLE color: 5181457.

HSL color Cylindrical-coordinate representation of color #11104F: hue angle of 240.95º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11104F is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 16 79 -
CMYK 0.78 0.80 0 0.69
HSL 240.95º 0.66% 0.19% -
HSV(B) 240.95º 0.8% 0.31% -
XYZ 1.83 1.05 7.5 -
YUV 23.48 159.33 123.38 -
System Red Green Blue C M Y K H S L
Decimal 17 16 79 0.78 0.80 0 0.69 240.95 0.66 0.19
Hex 11 10 4F 4E 50 0 45 F1 42 13
Octal 21 20 117 116 120 0 105 361 102 23
Binary 10001 10000 1001111 1001110 1010000 0 1000101 11110001 1000010 10011

Color Harmonies of #11104F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11104F

Black with #11104F

Text Example


Text Example

White with #11104F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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