Html Css Color HEX #11084E Paua

📋 copy color: '#11084E'

red 17 ◦ green 8 ◦ blue 78

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

Shades of Paua #11084E

Tints of Paua #11084E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 75.73%

R = 16.5%
G = 7.77%
B = 75.73%

CMYK

 C value IS 0.78

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#11084E (or 0x11084E) is known color: Paua. HEX triplet: 11, 08 and 4E. RGB value is (17,8,78). Sum of RGB (Red+Green+Blue) = 17+8+78=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 78 (30.86% from 255 or 75.73% from 103); Max value from RGB is 78 - color contains mainly: blue. Hex color #11084E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11084E is #EEF7B1. Grayscale: #121212. Windows color (decimal): -15660978 or 5113873. OLE color: 5113873.

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

Color convert

RGB 17 8 78 -
CMYK 0.78 0.90 0 0.69
HSL 247.71º 0.81% 0.17% -
HSV(B) 247.71º 0.9% 0.31% -
XYZ 1.69 0.84 7.28 -
YUV 18.67 161.48 126.81 -
System Red Green Blue C M Y K H S L
Decimal 17 8 78 0.78 0.90 0 0.69 247.71 0.81 0.17
Hex 11 8 4E 4E 5A 0 45 F8 51 11
Octal 21 10 116 116 132 0 105 370 121 21
Binary 10001 1000 1001110 1001110 1011010 0 1000101 11111000 1010001 10001

Color Harmonies of #11084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11084E

Black with #11084E

Text Example


Text Example

White with #11084E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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