#1E134C

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

Shades of Paua #1E134C

Tints of Paua #1E134C

Color information

#1E134C (or 0x1E134C) is unknown color: approx Paua. HEX triplet: 1E, 13 and 4C. RGB value is (30,19,76). Sum of RGB (Red+Green+Blue) = 30+19+76=125 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 76 (30.08% from 255 or 60.8% from 125); Max value from RGB is 76 - color contains mainly: blue. Hex color #1E134C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E134C is #E1ECB3. Grayscale: #1C1C1C. Windows color (decimal): -14806196 or 4985630. OLE color: 4985630.

HSL color Cylindrical-coordinate representation of color #1E134C: hue angle of 251.58º 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 #1E134C is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB301976-
CMYK0.610.7500.70
HSL251.58º60%18.63%-
HSV(B)251.58º75%29.8%-
XYZ2.071.266.97-
YUV28.79154.64128.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24%
GREEN value IS 19 (7.81% from 255) = 15.2%
BLUE value IS 76 (30.08% from 255) = 60.8%
R=24%
G=15.2%
B=60.8%

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
Decimal3019760.610.7500.70251.586018.63
Hex1E134C3D4B046fc3c13
Octal36231147511301063747423
Binary111101001110011001111011001011010001101111110011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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