#1E144B

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

Shades of Paua #1E144B

Tints of Paua #1E144B

Color information

#1E144B (or 0x1E144B) is unknown color: approx Paua. HEX triplet: 1E, 14 and 4B. RGB value is (30,20,75). Sum of RGB (Red+Green+Blue) = 30+20+75=125 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #1E144B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E144B is #E1EBB4. Grayscale: #1D1D1D. Windows color (decimal): -14805941 or 4920350. OLE color: 4920350.

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

Color convert

RGB302075-
CMYK0.600.7300.71
HSL250.91º57.89%18.63%-
HSV(B)250.91º73.33%29.41%-
XYZ2.061.286.8-
YUV29.26153.81128.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 75 (29.69% from 255) = 60%
R=24%
G=16%
B=60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3020750.600.7300.71250.9157.8918.63
Hex1E144B3C49047fb3a13
Octal36241137411101073737223
Binary111101010010010111111001001001010001111111101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E144B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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