#1E1851

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

Shades of Paua #1E1851

Tints of Paua #1E1851

Color information

#1E1851 (or 0x1E1851) is unknown color: approx Paua. HEX triplet: 1E, 18 and 51. RGB value is (30,24,81). Sum of RGB (Red+Green+Blue) = 30+24+81=135 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.22% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 81 (32.03% from 255 or 60% from 135); Max value from RGB is 81 - color contains mainly: blue. Hex color #1E1851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1851 is #E1E7AE. Grayscale: #202020. Windows color (decimal): -14804911 or 5314590. OLE color: 5314590.

HSL color Cylindrical-coordinate representation of color #1E1851: hue angle of 246.32º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E1851 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB302481-
CMYK0.630.7000.68
HSL246.32º54.29%20.59%-
HSV(B)246.32º70.37%31.76%-
XYZ2.351.527.95-
YUV32.29155.49126.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 22.22%
GREEN value IS 24 (9.77% from 255) = 17.78%
BLUE value IS 81 (32.03% from 255) = 60%
R=22.22%
G=17.78%
B=60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3024810.630.7000.68246.3254.2920.59
Hex1E18513F46044f63615
Octal36301217710601043666625
Binary111101100010100011111111000110010001001111011011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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