#1C1259

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

Shades of Paua #1C1259

Tints of Paua #1C1259

Color information

#1C1259 (or 0x1C1259) is unknown color: approx Paua. HEX triplet: 1C, 12 and 59. RGB value is (28,18,89). Sum of RGB (Red+Green+Blue) = 28+18+89=135 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.74% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #1C1259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1259 is #E3EDA6. Grayscale: #1C1C1C. Windows color (decimal): -14937511 or 5837340. OLE color: 5837340.

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

Color convert

RGB281889-
CMYK0.690.8000.65
HSL248.45º66.36%20.98%-
HSV(B)248.45º79.78%34.9%-
XYZ2.51.49.59-
YUV29.08161.81127.23-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.74%
GREEN value IS 18 (7.42% from 255) = 13.33%
BLUE value IS 89 (35.16% from 255) = 65.93%
R=20.74%
G=13.33%
B=65.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2818890.690.8000.65248.4566.3620.98
Hex1C12594550041f84215
Octal3422131105120010137010225
Binary11100100101011001100010110100000100000111111000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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