#11044C

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

Shades of Paua #11044C

Tints of Paua #11044C

Color information

#11044C (or 0x11044C) is unknown color: approx Paua. HEX triplet: 11, 04 and 4C. RGB value is (17,4,76). Sum of RGB (Red+Green+Blue) = 17+4+76=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 76 (30.08% from 255 or 78.35% from 97); Max value from RGB is 76 - color contains mainly: blue. Hex color #11044C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11044C is #EEFBB3. Grayscale: #0F0F0F. Windows color (decimal): -15662004 or 4981777. OLE color: 4981777.

HSL color Cylindrical-coordinate representation of color #11044C: hue angle of 250.83º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11044C is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB17476-
CMYK0.780.9500.70
HSL250.83º90%15.69%-
HSV(B)250.83º94.74%29.8%-
XYZ1.580.736.89-
YUV16.1161.81128.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.53%
GREEN value IS 4 (1.95% from 255) = 4.12%
BLUE value IS 76 (30.08% from 255) = 78.35%
R=17.53%
G=4.12%
B=78.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal174760.780.9500.70250.839015.69
Hex1144C4E5F046fb5a10
Octal214114116137010637313220
Binary100011001001100100111010111110100011011111011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11044C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11044C; }

 p { color: rgb(17,4,76); }

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

<style>
 a { background-color: #11044C; }

 a { background-color: rgb(17,4,76); }

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

<style>
 span { border-color: #11044C; }

 span { border-color: rgb(17,4,76); }

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