#1A1C4C

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

Shades of Paua #1A1C4C

Tints of Paua #1A1C4C

Color information

#1A1C4C (or 0x1A1C4C) is unknown color: approx Paua. HEX triplet: 1A, 1C and 4C. RGB value is (26,28,76). Sum of RGB (Red+Green+Blue) = 26+28+76=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 76 (30.08% from 255 or 58.46% from 130); Max value from RGB is 76 - color contains mainly: blue. Hex color #1A1C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1C4C is #E5E3B3. Grayscale: #202020. Windows color (decimal): -15066036 or 4987930. OLE color: 4987930.

HSL color Cylindrical-coordinate representation of color #1A1C4C: hue angle of 237.6º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A1C4C is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB262876-
CMYK0.660.6300.70
HSL237.6º49.02%20%-
HSV(B)237.6º65.79%29.8%-
XYZ2.151.577.03-
YUV32.87152.34123.1-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20%
GREEN value IS 28 (11.33% from 255) = 21.54%
BLUE value IS 76 (30.08% from 255) = 58.46%
R=20%
G=21.54%
B=58.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2628760.660.6300.70237.649.0220
Hex1A1C4C423F046ee3114
Octal32341141027701063566124
Binary110101110010011001000010111111010001101110111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,28,76); }

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

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

 a { background-color: rgb(26,28,76); }

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

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

 span { border-color: rgb(26,28,76); }

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