#1E114F

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

Shades of Paua #1E114F

Tints of Paua #1E114F

Color information

#1E114F (or 0x1E114F) is unknown color: approx Paua. HEX triplet: 1E, 11 and 4F. RGB value is (30,17,79). Sum of RGB (Red+Green+Blue) = 30+17+79=126 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.81% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 79 (31.25% from 255 or 62.70% from 126); Max value from RGB is 79 - color contains mainly: blue. Hex color #1E114F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E114F is #E1EEB0. Grayscale: #1B1B1B. Windows color (decimal): -14806705 or 5181726. OLE color: 5181726.

HSL color Cylindrical-coordinate representation of color #1E114F: hue angle of 252.58º degrees, saturation: 0.65, 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 #1E114F is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB301779-
CMYK0.620.7800.69
HSL252.58º64.58%18.82%-
HSV(B)252.58º78.48%30.98%-
XYZ2.151.247.52-
YUV27.96156.81129.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 23.81%
GREEN value IS 17 (7.03% from 255) = 13.49%
BLUE value IS 79 (31.25% from 255) = 62.70%
R=23.81%
G=13.49%
B=62.70%

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
Decimal3017790.620.7800.69252.5864.5818.82
Hex1E114F3E4E045fd4113
Octal362111776116010537510123
Binary1111010001100111111111010011100100010111111101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E114F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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