#1E154D

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

Shades of Paua #1E154D

Tints of Paua #1E154D

Color information

#1E154D (or 0x1E154D) is unknown color: approx Paua. HEX triplet: 1E, 15 and 4D. RGB value is (30,21,77). Sum of RGB (Red+Green+Blue) = 30+21+77=128 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.44% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #1E154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E154D is #E1EAB2. Grayscale: #1D1D1D. Windows color (decimal): -14805683 or 5051678. OLE color: 5051678.

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

Color convert

RGB302177-
CMYK0.610.7300.70
HSL249.64º57.14%19.22%-
HSV(B)249.64º72.73%30.2%-
XYZ2.141.357.17-
YUV30.07154.48127.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 23.44%
GREEN value IS 21 (8.59% from 255) = 16.41%
BLUE value IS 77 (30.47% from 255) = 60.16%
R=23.44%
G=16.41%
B=60.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3021770.610.7300.70249.6457.1419.22
Hex1E154D3D49046fa3913
Octal36251157511101063727123
Binary111101010110011011111011001001010001101111101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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