#1C0959

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

Shades of Paua #1C0959

Tints of Paua #1C0959

Color information

#1C0959 (or 0x1C0959) is unknown color: approx Paua. HEX triplet: 1C, 09 and 59. RGB value is (28,9,89). Sum of RGB (Red+Green+Blue) = 28+9+89=126 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.22% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 89 (35.16% from 255 or 70.63% from 126); Max value from RGB is 89 - color contains mainly: blue. Hex color #1C0959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0959 is #E3F6A6. Grayscale: #171717. Windows color (decimal): -14939815 or 5835036. OLE color: 5835036.

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

Color convert

RGB28989-
CMYK0.690.9000.65
HSL254.25º81.63%19.22%-
HSV(B)254.25º89.89%34.9%-
XYZ2.381.169.55-
YUV23.8164.79131-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.22%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 89 (35.16% from 255) = 70.63%
R=22.22%
G=7.14%
B=70.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal289890.690.9000.65254.2581.6319.22
Hex1C959455A041fe5213
Octal3411131105132010137612223
Binary1110010011011001100010110110100100000111111110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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