#1C1651

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

Shades of Paua #1C1651

Tints of Paua #1C1651

Color information

#1C1651 (or 0x1C1651) is unknown color: approx Paua. HEX triplet: 1C, 16 and 51. RGB value is (28,22,81). Sum of RGB (Red+Green+Blue) = 28+22+81=131 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.37% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #1C1651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1651 is #E3E9AE. Grayscale: #1E1E1E. Windows color (decimal): -14936495 or 5314076. OLE color: 5314076.

HSL color Cylindrical-coordinate representation of color #1C1651: hue angle of 246.1º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C1651 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB282281-
CMYK0.650.7300.68
HSL246.1º57.28%20.2%-
HSV(B)246.1º72.84%31.76%-
XYZ2.251.417.94-
YUV30.52156.49126.2-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.37%
GREEN value IS 22 (8.98% from 255) = 16.79%
BLUE value IS 81 (32.03% from 255) = 61.83%
R=21.37%
G=16.79%
B=61.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2822810.650.7300.68246.157.2820.2
Hex1C16514149044f63914
Octal342612110111101043667124
Binary1110010110101000110000011001001010001001111011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,22,81); }

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

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

 a { background-color: rgb(28,22,81); }

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

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

 span { border-color: rgb(28,22,81); }

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