#1E1943

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

Shades of Paua #1E1943

Tints of Paua #1E1943

Color information

#1E1943 (or 0x1E1943) is unknown color: approx Paua. HEX triplet: 1E, 19 and 43. RGB value is (30,25,67). Sum of RGB (Red+Green+Blue) = 30+25+67=122 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.59% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 67 (26.56% from 255 or 54.92% from 122); Max value from RGB is 67 - color contains mainly: blue. Hex color #1E1943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1943 is #E1E6BC. Grayscale: #1F1F1F. Windows color (decimal): -14804669 or 4397342. OLE color: 4397342.

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

Color convert

RGB302567-
CMYK0.550.6300.74
HSL247.14º45.65%18.04%-
HSV(B)247.14º62.69%26.27%-
XYZ1.91.385.48-
YUV31.28148.16127.08-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.59%
GREEN value IS 25 (10.16% from 255) = 20.49%
BLUE value IS 67 (26.56% from 255) = 54.92%
R=24.59%
G=20.49%
B=54.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3025670.550.6300.74247.1445.6518.04
Hex1E1943373F04Af72e12
Octal3631103677701123675622
Binary11110110011000011110111111111010010101111011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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