Html Css Color HEX #11084F Paua

📋 copy color: '#11084F'

red 17 ◦ green 8 ◦ blue 79

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

Shades of Paua #11084F

Tints of Paua #11084F

RGB

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

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

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

R = 16.35%
G = 7.69%
B = 75.96%

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

#11084F (or 0x11084F) is known color: Paua. HEX triplet: 11, 08 and 4F. RGB value is (17,8,79). Sum of RGB (Red+Green+Blue) = 17+8+79=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 79 (31.25% from 255 or 75.96% from 104); Max value from RGB is 79 - color contains mainly: blue. Hex color #11084F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11084F is #EEF7B0. Grayscale: #121212. Windows color (decimal): -15660977 or 5179409. OLE color: 5179409.

HSL color Cylindrical-coordinate representation of color #11084F: hue angle of 247.61º degrees, saturation: 0.82, 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 #11084F is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 8 79 -
CMYK 0.78 0.90 0 0.69
HSL 247.61º 0.82% 0.17% -
HSV(B) 247.61º 0.9% 0.31% -
XYZ 1.73 0.86 7.47 -
YUV 18.79 161.98 126.73 -
System Red Green Blue C M Y K H S L
Decimal 17 8 79 0.78 0.90 0 0.69 247.61 0.82 0.17
Hex 11 8 4F 4E 5A 0 45 F8 52 11
Octal 21 10 117 116 132 0 105 370 122 21
Binary 10001 1000 1001111 1001110 1011010 0 1000101 11111000 1010010 10001

Color Harmonies of #11084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11084F

Black with #11084F

Text Example


Text Example

White with #11084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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