#11074E

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

Shades of Paua #11074E

Tints of Paua #11074E

Color information

#11074E (or 0x11074E) is unknown color: approx Paua. HEX triplet: 11, 07 and 4E. RGB value is (17,7,78). Sum of RGB (Red+Green+Blue) = 17+7+78=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 78 (30.86% from 255 or 76.47% from 102); Max value from RGB is 78 - color contains mainly: blue. Hex color #11074E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11074E is #EEF8B1. Grayscale: #111111. Windows color (decimal): -15661234 or 5113617. OLE color: 5113617.

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

Color convert

RGB17778-
CMYK0.780.9100.69
HSL248.45º83.53%16.67%-
HSV(B)248.45º91.03%30.59%-
XYZ1.680.827.28-
YUV18.08161.81127.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.67%
GREEN value IS 7 (3.12% from 255) = 6.86%
BLUE value IS 78 (30.86% from 255) = 76.47%
R=16.67%
G=6.86%
B=76.47%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal177780.780.9100.69248.4583.5316.67
Hex1174E4E5B045f85411
Octal217116116133010537012421
Binary100011111001110100111010110110100010111111000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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