#1E1944

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

Shades of Paua #1E1944

Tints of Paua #1E1944

Color information

#1E1944 (or 0x1E1944) is unknown color: approx Paua. HEX triplet: 1E, 19 and 44. RGB value is (30,25,68). Sum of RGB (Red+Green+Blue) = 30+25+68=123 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.39% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 68 (26.95% from 255 or 55.28% from 123); Max value from RGB is 68 - color contains mainly: blue. Hex color #1E1944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1944 is #E1E6BB. Grayscale: #1F1F1F. Windows color (decimal): -14804668 or 4462878. OLE color: 4462878.

HSL color Cylindrical-coordinate representation of color #1E1944: hue angle of 246.98º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E1944 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB302568-
CMYK0.560.6300.73
HSL246.98º46.24%18.24%-
HSV(B)246.98º63.24%26.67%-
XYZ1.931.395.64-
YUV31.4148.66127-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.39%
GREEN value IS 25 (10.16% from 255) = 20.33%
BLUE value IS 68 (26.95% from 255) = 55.28%
R=24.39%
G=20.33%
B=55.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3025680.560.6300.73246.9846.2418.24
Hex1E1944383F049f72e12
Octal3631104707701113675622
Binary11110110011000100111000111111010010011111011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,25,68); }

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

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

 a { background-color: rgb(30,25,68); }

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

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

 span { border-color: rgb(30,25,68); }

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