Html Css Color HEX #11094F Paua

📋 copy color: '#11094F'

red 17 ◦ green 9 ◦ blue 79

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

Shades of Paua #11094F

Tints of Paua #11094F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.57%

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

R = 16.19%
G = 8.57%
B = 75.24%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#11094F (or 0x11094F) is known color: Paua. HEX triplet: 11, 09 and 4F. RGB value is (17,9,79). Sum of RGB (Red+Green+Blue) = 17+9+79=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 79 (31.25% from 255 or 75.24% from 105); Max value from RGB is 79 - color contains mainly: blue. Hex color #11094F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11094F is #EEF6B0. Grayscale: #131313. Windows color (decimal): -15660721 or 5179665. OLE color: 5179665.

HSL color Cylindrical-coordinate representation of color #11094F: hue angle of 246.86º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11094F is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 9 79 -
CMYK 0.78 0.89 0 0.69
HSL 246.86º 0.8% 0.17% -
HSV(B) 246.86º 0.89% 0.31% -
XYZ 1.74 0.88 7.48 -
YUV 19.37 161.65 126.31 -
System Red Green Blue C M Y K H S L
Decimal 17 9 79 0.78 0.89 0 0.69 246.86 0.8 0.17
Hex 11 9 4F 4E 59 0 45 F7 50 11
Octal 21 11 117 116 131 0 105 367 120 21
Binary 10001 1001 1001111 1001110 1011001 0 1000101 11110111 1010000 10001

Color Harmonies of #11094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11094F

Black with #11094F

Text Example


Text Example

White with #11094F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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