#1E134D

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

Shades of Paua #1E134D

Tints of Paua #1E134D

Color information

#1E134D (or 0x1E134D) is unknown color: approx Paua. HEX triplet: 1E, 13 and 4D. RGB value is (30,19,77). Sum of RGB (Red+Green+Blue) = 30+19+77=126 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.81% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #1E134D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E134D is #E1ECB2. Grayscale: #1C1C1C. Windows color (decimal): -14806195 or 5051166. OLE color: 5051166.

HSL color Cylindrical-coordinate representation of color #1E134D: hue angle of 251.38º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E134D is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB301977-
CMYK0.610.7500.70
HSL251.38º60.42%18.82%-
HSV(B)251.38º75.32%30.2%-
XYZ2.111.287.16-
YUV28.9155.14128.78-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 23.81%
GREEN value IS 19 (7.81% from 255) = 15.08%
BLUE value IS 77 (30.47% from 255) = 61.11%
R=23.81%
G=15.08%
B=61.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3019770.610.7500.70251.3860.4218.82
Hex1E134D3D4B046fb3c13
Octal36231157511301063737423
Binary111101001110011011111011001011010001101111101111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,19,77); }

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

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

 a { background-color: rgb(30,19,77); }

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

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

 span { border-color: rgb(30,19,77); }

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