#1E1258

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

Shades of Paua #1E1258

Tints of Paua #1E1258

Color information

#1E1258 (or 0x1E1258) is unknown color: approx Paua. HEX triplet: 1E, 12 and 58. RGB value is (30,18,88). Sum of RGB (Red+Green+Blue) = 30+18+88=136 (18% of max value = 765). Red value is 30 (12.11% from 255 or 22.06% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 88 (34.77% from 255 or 64.71% from 136); Max value from RGB is 88 - color contains mainly: blue. Hex color #1E1258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1258 is #E1EDA7. Grayscale: #1D1D1D. Windows color (decimal): -14806440 or 5771806. OLE color: 5771806.

HSL color Cylindrical-coordinate representation of color #1E1258: hue angle of 250.29º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E1258 is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB301888-
CMYK0.660.8000.65
HSL250.29º66.04%20.78%-
HSV(B)250.29º79.55%34.51%-
XYZ2.511.419.37-
YUV29.57160.98128.31-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 22.06%
GREEN value IS 18 (7.42% from 255) = 13.24%
BLUE value IS 88 (34.77% from 255) = 64.71%
R=22.06%
G=13.24%
B=64.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3018880.660.8000.65250.2966.0420.78
Hex1E12584250041fa4215
Octal3622130102120010137210225
Binary11110100101011000100001010100000100000111111010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,18,88); }

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

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

 a { background-color: rgb(30,18,88); }

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

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

 span { border-color: rgb(30,18,88); }

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