Html Css Color HEX #11084D Paua

📋 copy color: '#11084D'

red 17 ◦ green 8 ◦ blue 77

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

Shades of Paua #11084D

Tints of Paua #11084D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 75.49%

R = 16.67%
G = 7.84%
B = 75.49%

CMYK

 C value IS 0.78

 M value IS 0.90

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11084D (or 0x11084D) is known color: Paua. HEX triplet: 11, 08 and 4D. RGB value is (17,8,77). Sum of RGB (Red+Green+Blue) = 17+8+77=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 77 (30.47% from 255 or 75.49% from 102); Max value from RGB is 77 - color contains mainly: blue. Hex color #11084D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11084D is #EEF7B2. Grayscale: #121212. Windows color (decimal): -15660979 or 5048337. OLE color: 5048337.

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

Color convert

RGB 17 8 77 -
CMYK 0.78 0.90 0 0.70
HSL 247.83º 0.81% 0.17% -
HSV(B) 247.83º 0.9% 0.3% -
XYZ 1.66 0.83 7.09 -
YUV 18.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 17 8 77 0.78 0.90 0 0.70 247.83 0.81 0.17
Hex 11 8 4D 4E 5A 0 46 F8 51 11
Octal 21 10 115 116 132 0 106 370 121 21
Binary 10001 1000 1001101 1001110 1011010 0 1000110 11111000 1010001 10001

Color Harmonies of #11084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11084D

Black with #11084D

Text Example


Text Example

White with #11084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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