#1E114E

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

Shades of Paua #1E114E

Tints of Paua #1E114E

Color information

#1E114E (or 0x1E114E) is unknown color: approx Paua. HEX triplet: 1E, 11 and 4E. RGB value is (30,17,78). Sum of RGB (Red+Green+Blue) = 30+17+78=125 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 78 (30.86% from 255 or 62.4% from 125); Max value from RGB is 78 - color contains mainly: blue. Hex color #1E114E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E114E is #E1EEB1. Grayscale: #1B1B1B. Windows color (decimal): -14806706 or 5116190. OLE color: 5116190.

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

Color convert

RGB301778-
CMYK0.620.7800.69
HSL252.79º64.21%18.63%-
HSV(B)252.79º78.21%30.59%-
XYZ2.111.237.33-
YUV27.84156.31129.54-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24%
GREEN value IS 17 (7.03% from 255) = 13.6%
BLUE value IS 78 (30.86% from 255) = 62.4%
R=24%
G=13.6%
B=62.4%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3017780.620.7800.69252.7964.2118.63
Hex1E114E3E4E045fd4013
Octal362111676116010537510023
Binary1111010001100111011111010011100100010111111101100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E114E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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