#1C1450

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

Shades of Paua #1C1450

Tints of Paua #1C1450

Color information

#1C1450 (or 0x1C1450) is unknown color: approx Paua. HEX triplet: 1C, 14 and 50. RGB value is (28,20,80). Sum of RGB (Red+Green+Blue) = 28+20+80=128 (16% of max value = 765). Red value is 28 (11.33% from 255 or 21.88% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 80 (31.64% from 255 or 62.5% from 128); Max value from RGB is 80 - color contains mainly: blue. Hex color #1C1450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1450 is #E3EBAF. Grayscale: #1D1D1D. Windows color (decimal): -14937008 or 5248028. OLE color: 5248028.

HSL color Cylindrical-coordinate representation of color #1C1450: hue angle of 248º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C1450 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB282080-
CMYK0.650.7500.69
HSL248º60%19.61%-
HSV(B)248º75%31.37%-
XYZ2.181.337.73-
YUV29.23156.65127.12-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.88%
GREEN value IS 20 (8.20% from 255) = 15.62%
BLUE value IS 80 (31.64% from 255) = 62.5%
R=21.88%
G=15.62%
B=62.5%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2820800.650.7500.692486019.61
Hex1C1450414B045f83c14
Octal342412010111301053707424
Binary1110010100101000010000011001011010001011111100011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,20,80); }

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

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

 a { background-color: rgb(28,20,80); }

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

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

 span { border-color: rgb(28,20,80); }

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