#1E1B51

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

Shades of Paua #1E1B51

Tints of Paua #1E1B51

Color information

#1E1B51 (or 0x1E1B51) is unknown color: approx Paua. HEX triplet: 1E, 1B and 51. RGB value is (30,27,81). Sum of RGB (Red+Green+Blue) = 30+27+81=138 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.74% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #1E1B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E1B51 is #E1E4AE. Grayscale: #212121. Windows color (decimal): -14804143 or 5315358. OLE color: 5315358.

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

Color convert

RGB302781-
CMYK0.630.6700.68
HSL243.33º50%21.18%-
HSV(B)243.33º66.67%31.76%-
XYZ2.411.657.98-
YUV34.05154.49125.11-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.74%
GREEN value IS 27 (10.94% from 255) = 19.57%
BLUE value IS 81 (32.03% from 255) = 58.70%
R=21.74%
G=19.57%
B=58.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3027810.630.6700.68243.335021.18
Hex1E1B513F43044f33215
Octal36331217710301043636225
Binary111101101110100011111111000011010001001111001111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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