#1E185A

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

Shades of Paua #1E185A

Tints of Paua #1E185A

Color information

#1E185A (or 0x1E185A) is unknown color: approx Paua. HEX triplet: 1E, 18 and 5A. RGB value is (30,24,90). Sum of RGB (Red+Green+Blue) = 30+24+90=144 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.83% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 90 (35.55% from 255 or 62.5% from 144); Max value from RGB is 90 - color contains mainly: blue. Hex color #1E185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E185A is #E1E7A5. Grayscale: #212121. Windows color (decimal): -14804902 or 5904414. OLE color: 5904414.

HSL color Cylindrical-coordinate representation of color #1E185A: hue angle of 245.45º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E185A is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB302490-
CMYK0.670.7300.65
HSL245.45º57.89%22.35%-
HSV(B)245.45º73.33%35.29%-
XYZ2.711.679.85-
YUV33.32159.99125.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.83%
GREEN value IS 24 (9.77% from 255) = 16.67%
BLUE value IS 90 (35.55% from 255) = 62.5%
R=20.83%
G=16.67%
B=62.5%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3024900.670.7300.65245.4557.8922.35
Hex1E185A4349041f53a16
Octal363013210311101013657226
Binary1111011000101101010000111001001010000011111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,24,90); }

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

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

 a { background-color: rgb(30,24,90); }

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

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

 span { border-color: rgb(30,24,90); }

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