#1C0C56

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

Shades of Paua #1C0C56

Tints of Paua #1C0C56

Color information

#1C0C56 (or 0x1C0C56) is unknown color: approx Paua. HEX triplet: 1C, 0C and 56. RGB value is (28,12,86). Sum of RGB (Red+Green+Blue) = 28+12+86=126 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.22% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 86 (33.98% from 255 or 68.25% from 126); Max value from RGB is 86 - color contains mainly: blue. Hex color #1C0C56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0C56 is #E3F3A9. Grayscale: #181818. Windows color (decimal): -14939050 or 5639196. OLE color: 5639196.

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

Color convert

RGB281286-
CMYK0.670.8600.66
HSL252.97º75.51%19.22%-
HSV(B)252.97º86.05%33.73%-
XYZ2.291.188.91-
YUV25.22162.3129.98-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.22%
GREEN value IS 12 (5.08% from 255) = 9.52%
BLUE value IS 86 (33.98% from 255) = 68.25%
R=22.22%
G=9.52%
B=68.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2812860.670.8600.66252.9775.5119.22
Hex1CC564356042fd4c13
Octal3414126103126010237511423
Binary1110011001010110100001110101100100001011111101100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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