#1C1059

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

Shades of Paua #1C1059

Tints of Paua #1C1059

Color information

#1C1059 (or 0x1C1059) is unknown color: approx Paua. HEX triplet: 1C, 10 and 59. RGB value is (28,16,89). Sum of RGB (Red+Green+Blue) = 28+16+89=133 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.05% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 89 (35.16% from 255 or 66.92% from 133); Max value from RGB is 89 - color contains mainly: blue. Hex color #1C1059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1059 is #E3EFA6. Grayscale: #1B1B1B. Windows color (decimal): -14938023 or 5836828. OLE color: 5836828.

HSL color Cylindrical-coordinate representation of color #1C1059: hue angle of 249.86º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C1059 is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB281689-
CMYK0.690.8200.65
HSL249.86º69.52%20.59%-
HSV(B)249.86º82.02%34.9%-
XYZ2.471.349.58-
YUV27.91162.48128.06-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.05%
GREEN value IS 16 (6.64% from 255) = 12.03%
BLUE value IS 89 (35.16% from 255) = 66.92%
R=21.05%
G=12.03%
B=66.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2816890.690.8200.65249.8669.5220.59
Hex1C10594552041fa4615
Octal3420131105122010137210625
Binary11100100001011001100010110100100100000111111010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,16,89); }

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

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

 a { background-color: rgb(28,16,89); }

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

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

 span { border-color: rgb(28,16,89); }

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