Html Css Color HEX #11084A Paua

📋 copy color: '#11084A'

red 17 ◦ green 8 ◦ blue 74

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

Shades of Paua #11084A

Tints of Paua #11084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.08%

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

R = 17.17%
G = 8.08%
B = 74.75%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#11084A (or 0x11084A) is known color: Paua. HEX triplet: 11, 08 and 4A. RGB value is (17,8,74). Sum of RGB (Red+Green+Blue) = 17+8+74=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 74 (29.30% from 255 or 74.75% from 99); Max value from RGB is 74 - color contains mainly: blue. Hex color #11084A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11084A is #EEF7B5. Grayscale: #111111. Windows color (decimal): -15660982 or 4851729. OLE color: 4851729.

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

Color convert

RGB 17 8 74 -
CMYK 0.77 0.89 0 0.71
HSL 248.18º 0.8% 0.16% -
HSV(B) 248.18º 0.89% 0.29% -
XYZ 1.55 0.79 6.55 -
YUV 18.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 17 8 74 0.77 0.89 0 0.71 248.18 0.8 0.16
Hex 11 8 4A 4D 59 0 47 F8 50 10
Octal 21 10 112 115 131 0 107 370 120 20
Binary 10001 1000 1001010 1001101 1011001 0 1000111 11111000 1010000 10000

Color Harmonies of #11084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11084A

Black with #11084A

Text Example


Text Example

White with #11084A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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