#11094B

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

Shades of Paua #11094B

Tints of Paua #11094B

Color information

#11094B (or 0x11094B) is unknown color: approx Paua. HEX triplet: 11, 09 and 4B. RGB value is (17,9,75). Sum of RGB (Red+Green+Blue) = 17+9+75=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 75 (29.69% from 255 or 74.26% from 101); Max value from RGB is 75 - color contains mainly: blue. Hex color #11094B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11094B is #EEF6B4. Grayscale: #121212. Windows color (decimal): -15660725 or 4917521. OLE color: 4917521.

HSL color Cylindrical-coordinate representation of color #11094B: hue angle of 247.27º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11094B is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB17975-
CMYK0.770.8800.71
HSL247.27º78.57%16.47%-
HSV(B)247.27º88%29.41%-
XYZ1.60.826.73-
YUV18.92159.65126.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.83%
GREEN value IS 9 (3.91% from 255) = 8.91%
BLUE value IS 75 (29.69% from 255) = 74.26%
R=16.83%
G=8.91%
B=74.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal179750.770.8800.71247.2778.5716.47
Hex1194B4D58047f74f10
Octal2111113115130010736711720
Binary1000110011001011100110110110000100011111110111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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