#1C1548

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

Shades of Paua #1C1548

Tints of Paua #1C1548

Color information

#1C1548 (or 0x1C1548) is unknown color: approx Paua. HEX triplet: 1C, 15 and 48. RGB value is (28,21,72). Sum of RGB (Red+Green+Blue) = 28+21+72=121 (16% of max value = 765). Red value is 28 (11.33% from 255 or 23.14% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 72 (28.52% from 255 or 59.50% from 121); Max value from RGB is 72 - color contains mainly: blue. Hex color #1C1548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1548 is #E3EAB7. Grayscale: #1C1C1C. Windows color (decimal): -14936760 or 4723996. OLE color: 4723996.

HSL color Cylindrical-coordinate representation of color #1C1548: hue angle of 248.24º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C1548 is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB282172-
CMYK0.610.7100.72
HSL248.24º54.84%18.24%-
HSV(B)248.24º70.83%28.24%-
XYZ1.921.256.27-
YUV28.91152.32127.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 23.14%
GREEN value IS 21 (8.59% from 255) = 17.36%
BLUE value IS 72 (28.52% from 255) = 59.50%
R=23.14%
G=17.36%
B=59.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2821720.610.7100.72248.2454.8418.24
Hex1C15483D47048f83712
Octal34251107510701103706722
Binary111001010110010001111011000111010010001111100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,21,72); }

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

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

 a { background-color: rgb(28,21,72); }

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

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

 span { border-color: rgb(28,21,72); }

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