#1C1256

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

Shades of Paua #1C1256

Tints of Paua #1C1256

Color information

#1C1256 (or 0x1C1256) is unknown color: approx Paua. HEX triplet: 1C, 12 and 56. RGB value is (28,18,86). Sum of RGB (Red+Green+Blue) = 28+18+86=132 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.21% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 86 (33.98% from 255 or 65.15% from 132); Max value from RGB is 86 - color contains mainly: blue. Hex color #1C1256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1256 is #E3EDA9. Grayscale: #1C1C1C. Windows color (decimal): -14937514 or 5640732. OLE color: 5640732.

HSL color Cylindrical-coordinate representation of color #1C1256: hue angle of 248.82º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C1256 is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB281886-
CMYK0.670.7900.66
HSL248.82º65.38%20.39%-
HSV(B)248.82º79.07%33.73%-
XYZ2.371.358.94-
YUV28.74160.31127.47-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.21%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 86 (33.98% from 255) = 65.15%
R=21.21%
G=13.64%
B=65.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2818860.670.7900.66248.8265.3820.39
Hex1C1256434F042f94114
Octal3422126103117010237110124
Binary11100100101010110100001110011110100001011111001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C1256; }

 p { color: rgb(28,18,86); }

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

<style>
 a { background-color: #1C1256; }

 a { background-color: rgb(28,18,86); }

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

<style>
 span { border-color: #1C1256; }

 span { border-color: rgb(28,18,86); }

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