#1E1945

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

Shades of Paua #1E1945

Tints of Paua #1E1945

Color information

#1E1945 (or 0x1E1945) is unknown color: approx Paua. HEX triplet: 1E, 19 and 45. RGB value is (30,25,69). Sum of RGB (Red+Green+Blue) = 30+25+69=124 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.19% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 69 (27.34% from 255 or 55.65% from 124); Max value from RGB is 69 - color contains mainly: blue. Hex color #1E1945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1945 is #E1E6BA. Grayscale: #1F1F1F. Windows color (decimal): -14804667 or 4528414. OLE color: 4528414.

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

Color convert

RGB302569-
CMYK0.570.6400.73
HSL246.82º46.81%18.43%-
HSV(B)246.82º63.77%27.06%-
XYZ1.961.45.8-
YUV31.51149.16126.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.19%
GREEN value IS 25 (10.16% from 255) = 20.16%
BLUE value IS 69 (27.34% from 255) = 55.65%
R=24.19%
G=20.16%
B=55.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3025690.570.6400.73246.8246.8118.43
Hex1E19453940049f72f12
Octal36311057110001113675722
Binary111101100110001011110011000000010010011111011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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