#11094D

Color #11094D Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #11094D

Tints of Paua #11094D

Color information

#11094D (or 0x11094D) is unknown color: approx Paua. HEX triplet: 11, 09 and 4D. RGB value is (17,9,77). Sum of RGB (Red+Green+Blue) = 17+9+77=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 77 (30.47% from 255 or 74.76% from 103); Max value from RGB is 77 - color contains mainly: blue. Hex color #11094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11094D is #EEF6B2. Grayscale: #121212. Windows color (decimal): -15660723 or 5048593. OLE color: 5048593.

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

Color convert

RGB17977-
CMYK0.780.8800.70
HSL247.06º79.07%16.86%-
HSV(B)247.06º88.31%30.2%-
XYZ1.670.857.1-
YUV19.14160.65126.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.50%
GREEN value IS 9 (3.91% from 255) = 8.74%
BLUE value IS 77 (30.47% from 255) = 74.76%
R=16.50%
G=8.74%
B=74.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal179770.780.8800.70247.0679.0716.86
Hex1194D4E58046f74f11
Octal2111115116130010636711721
Binary1000110011001101100111010110000100011011110111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #11094D;
 }
 .AnyTagClassName
 {
   color: #11094D;
 }
</style>
background-color css

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

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

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

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

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

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