#110C40

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

Shades of Paua #110C40

Tints of Paua #110C40

Color information

#110C40 (or 0x110C40) is unknown color: approx Paua. HEX triplet: 11, 0C and 40. RGB value is (17,12,64). Sum of RGB (Red+Green+Blue) = 17+12+64=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 64 (25.39% from 255 or 68.82% from 93); Max value from RGB is 64 - color contains mainly: blue. Hex color #110C40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C40 is #EEF3BF. Grayscale: #131313. Windows color (decimal): -15659968 or 4197393. OLE color: 4197393.

HSL color Cylindrical-coordinate representation of color #110C40: hue angle of 245.77º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #110C40 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB171264-
CMYK0.730.8100.75
HSL245.77º68.42%14.9%-
HSV(B)245.77º81.25%25.1%-
XYZ1.290.754.93-
YUV19.42153.16126.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.28%
GREEN value IS 12 (5.08% from 255) = 12.90%
BLUE value IS 64 (25.39% from 255) = 68.82%
R=18.28%
G=12.90%
B=68.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1712640.730.8100.75245.7768.4214.9
Hex11C40495104Bf644f
Octal2114100111121011336610417
Binary100011100100000010010011010001010010111111011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110C40; }

 p { color: rgb(17,12,64); }

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

<style>
 a { background-color: #110C40; }

 a { background-color: rgb(17,12,64); }

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

<style>
 span { border-color: #110C40; }

 span { border-color: rgb(17,12,64); }

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