#1C0956

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

Shades of Paua #1C0956

Tints of Paua #1C0956

Color information

#1C0956 (or 0x1C0956) is unknown color: approx Paua. HEX triplet: 1C, 09 and 56. RGB value is (28,9,86). Sum of RGB (Red+Green+Blue) = 28+9+86=123 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.76% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 86 (33.98% from 255 or 69.92% from 123); Max value from RGB is 86 - color contains mainly: blue. Hex color #1C0956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0956 is #E3F6A9. Grayscale: #171717. Windows color (decimal): -14939818 or 5638428. OLE color: 5638428.

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

Color convert

RGB28986-
CMYK0.670.9000.66
HSL254.81º81.05%18.63%-
HSV(B)254.81º89.53%33.73%-
XYZ2.261.118.9-
YUV23.46163.29131.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.76%
GREEN value IS 9 (3.91% from 255) = 7.32%
BLUE value IS 86 (33.98% from 255) = 69.92%
R=22.76%
G=7.32%
B=69.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal289860.670.9000.66254.8181.0518.63
Hex1C956435A042ff5113
Octal3411126103132010237712123
Binary1110010011010110100001110110100100001011111111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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