#1A1847

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

Shades of Paua #1A1847

Tints of Paua #1A1847

Color information

#1A1847 (or 0x1A1847) is unknown color: approx Paua. HEX triplet: 1A, 18 and 47. RGB value is (26,24,71). Sum of RGB (Red+Green+Blue) = 26+24+71=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 71 (28.12% from 255 or 58.68% from 121); Max value from RGB is 71 - color contains mainly: blue. Hex color #1A1847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1847 is #E5E7B8. Grayscale: #1D1D1D. Windows color (decimal): -15067065 or 4659226. OLE color: 4659226.

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

Color convert

RGB262471-
CMYK0.630.6600.72
HSL242.55º49.47%18.63%-
HSV(B)242.55º66.2%27.84%-
XYZ1.891.336.12-
YUV29.96151.16125.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.49%
GREEN value IS 24 (9.77% from 255) = 19.83%
BLUE value IS 71 (28.12% from 255) = 58.68%
R=21.49%
G=19.83%
B=58.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2624710.630.6600.72242.5549.4718.63
Hex1A18473F42048f33113
Octal32301077710201103636123
Binary110101100010001111111111000010010010001111001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,24,71); }

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

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

 a { background-color: rgb(26,24,71); }

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

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

 span { border-color: rgb(26,24,71); }

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