#1C1355

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

Shades of Paua #1C1355

Tints of Paua #1C1355

Color information

#1C1355 (or 0x1C1355) is unknown color: approx Paua. HEX triplet: 1C, 13 and 55. RGB value is (28,19,85). Sum of RGB (Red+Green+Blue) = 28+19+85=132 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.21% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 85 (33.59% from 255 or 64.39% from 132); Max value from RGB is 85 - color contains mainly: blue. Hex color #1C1355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1355 is #E3ECAA. Grayscale: #1C1C1C. Windows color (decimal): -14937259 or 5575452. OLE color: 5575452.

HSL color Cylindrical-coordinate representation of color #1C1355: hue angle of 248.18º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C1355 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB281985-
CMYK0.670.7800.67
HSL248.18º63.46%20.39%-
HSV(B)248.18º77.65%33.33%-
XYZ2.351.378.73-
YUV29.21159.48127.13-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.21%
GREEN value IS 19 (7.81% from 255) = 14.39%
BLUE value IS 85 (33.59% from 255) = 64.39%
R=21.21%
G=14.39%
B=64.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2819850.670.7800.67248.1863.4620.39
Hex1C1355434E043f83f14
Octal342312510311601033707724
Binary1110010011101010110000111001110010000111111100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,19,85); }

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

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

 a { background-color: rgb(28,19,85); }

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

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

 span { border-color: rgb(28,19,85); }

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