Html Css Color HEX #11084C Paua

📋 copy color: '#11084C'

red 17 ◦ green 8 ◦ blue 76

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

Shades of Paua #11084C

Tints of Paua #11084C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 75.25%

R = 16.83%
G = 7.92%
B = 75.25%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11084C (or 0x11084C) is known color: Paua. HEX triplet: 11, 08 and 4C. RGB value is (17,8,76). Sum of RGB (Red+Green+Blue) = 17+8+76=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 76 (30.08% from 255 or 75.25% from 101); Max value from RGB is 76 - color contains mainly: blue. Hex color #11084C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11084C is #EEF7B3. Grayscale: #121212. Windows color (decimal): -15660980 or 4982801. OLE color: 4982801.

HSL color Cylindrical-coordinate representation of color #11084C: hue angle of 247.94º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11084C is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 8 76 -
CMYK 0.78 0.89 0 0.70
HSL 247.94º 0.81% 0.16% -
HSV(B) 247.94º 0.89% 0.3% -
XYZ 1.62 0.81 6.91 -
YUV 18.44 160.48 126.97 -
System Red Green Blue C M Y K H S L
Decimal 17 8 76 0.78 0.89 0 0.70 247.94 0.81 0.16
Hex 11 8 4C 4E 59 0 46 F8 51 10
Octal 21 10 114 116 131 0 106 370 121 20
Binary 10001 1000 1001100 1001110 1011001 0 1000110 11111000 1010001 10000

Color Harmonies of #11084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11084C

Black with #11084C

Text Example


Text Example

White with #11084C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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