#1C185A

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

Shades of Paua #1C185A

Tints of Paua #1C185A

Color information

#1C185A (or 0x1C185A) is unknown color: approx Paua. HEX triplet: 1C, 18 and 5A. RGB value is (28,24,90). Sum of RGB (Red+Green+Blue) = 28+24+90=142 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.72% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 90 (35.55% from 255 or 63.38% from 142); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C185A is #E3E7A5. Grayscale: #202020. Windows color (decimal): -14935974 or 5904412. OLE color: 5904412.

HSL color Cylindrical-coordinate representation of color #1C185A: hue angle of 243.64º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C185A is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB282490-
CMYK0.690.7300.65
HSL243.64º57.89%22.35%-
HSV(B)243.64º73.33%35.29%-
XYZ2.651.649.85-
YUV32.72160.33124.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.72%
GREEN value IS 24 (9.77% from 255) = 16.90%
BLUE value IS 90 (35.55% from 255) = 63.38%
R=19.72%
G=16.90%
B=63.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2824900.690.7300.65243.6457.8922.35
Hex1C185A4549041f43a16
Octal343013210511101013647226
Binary1110011000101101010001011001001010000011111010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,24,90); }

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

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

 a { background-color: rgb(28,24,90); }

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

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

 span { border-color: rgb(28,24,90); }

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