#1E174E

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

Shades of Paua #1E174E

Tints of Paua #1E174E

Color information

#1E174E (or 0x1E174E) is unknown color: approx Paua. HEX triplet: 1E, 17 and 4E. RGB value is (30,23,78). Sum of RGB (Red+Green+Blue) = 30+23+78=131 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.90% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 78 (30.86% from 255 or 59.54% from 131); Max value from RGB is 78 - color contains mainly: blue. Hex color #1E174E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E174E is #E1E8B1. Grayscale: #1F1F1F. Windows color (decimal): -14805170 or 5117726. OLE color: 5117726.

HSL color Cylindrical-coordinate representation of color #1E174E: hue angle of 247.64º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E174E is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB302378-
CMYK0.620.7100.69
HSL247.64º54.46%19.8%-
HSV(B)247.64º70.51%30.59%-
XYZ2.221.447.37-
YUV31.36154.32127.03-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 22.90%
GREEN value IS 23 (9.38% from 255) = 17.56%
BLUE value IS 78 (30.86% from 255) = 59.54%
R=22.90%
G=17.56%
B=59.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3023780.620.7100.69247.6454.4619.8
Hex1E174E3E47045f83614
Octal36271167610701053706624
Binary111101011110011101111101000111010001011111100011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E174E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,23,78); }

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

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

 a { background-color: rgb(30,23,78); }

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

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

 span { border-color: rgb(30,23,78); }

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