#1E134B

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

Shades of Paua #1E134B

Tints of Paua #1E134B

Color information

#1E134B (or 0x1E134B) is unknown color: approx Paua. HEX triplet: 1E, 13 and 4B. RGB value is (30,19,75). Sum of RGB (Red+Green+Blue) = 30+19+75=124 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.19% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #1E134B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E134B is #E1ECB4. Grayscale: #1C1C1C. Windows color (decimal): -14806197 or 4920094. OLE color: 4920094.

HSL color Cylindrical-coordinate representation of color #1E134B: hue angle of 251.79º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E134B is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB301975-
CMYK0.600.7500.71
HSL251.79º59.57%18.43%-
HSV(B)251.79º74.67%29.41%-
XYZ2.041.256.79-
YUV28.67154.14128.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.19%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 75 (29.69% from 255) = 60.48%
R=24.19%
G=15.32%
B=60.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3019750.600.7500.71251.7959.5718.43
Hex1E134B3C4B047fc3c12
Octal36231137411301073747422
Binary111101001110010111111001001011010001111111110011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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