#11094E

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

Shades of Paua #11094E

Tints of Paua #11094E

Color information

#11094E (or 0x11094E) is unknown color: approx Paua. HEX triplet: 11, 09 and 4E. RGB value is (17,9,78). Sum of RGB (Red+Green+Blue) = 17+9+78=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 78 (30.86% from 255 or 75% from 104); Max value from RGB is 78 - color contains mainly: blue. Hex color #11094E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11094E is #EEF6B1. Grayscale: #121212. Windows color (decimal): -15660722 or 5114129. OLE color: 5114129.

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

Color convert

RGB17978-
CMYK0.780.8800.69
HSL246.96º79.31%17.06%-
HSV(B)246.96º88.46%30.59%-
XYZ1.70.867.28-
YUV19.26161.15126.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.35%
GREEN value IS 9 (3.91% from 255) = 8.65%
BLUE value IS 78 (30.86% from 255) = 75%
R=16.35%
G=8.65%
B=75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal179780.780.8800.69246.9679.3117.06
Hex1194E4E58045f74f11
Octal2111116116130010536711721
Binary1000110011001110100111010110000100010111110111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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