#1E153A

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

Shades of Tolopea #1E153A

Tints of Tolopea #1E153A

Color information

#1E153A (or 0x1E153A) is unknown color: approx Tolopea. HEX triplet: 1E, 15 and 3A. RGB value is (30,21,58). Sum of RGB (Red+Green+Blue) = 30+21+58=109 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.52% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 58 (23.05% from 255 or 53.21% from 109); Max value from RGB is 58 - color contains mainly: blue. Hex color #1E153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E153A is #E1EAC5. Grayscale: #1B1B1B. Windows color (decimal): -14805702 or 3806494. OLE color: 3806494.

HSL color Cylindrical-coordinate representation of color #1E153A: hue angle of 254.59º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1E153A is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB302158-
CMYK0.480.6400.77
HSL254.59º46.84%15.49%-
HSV(B)254.59º63.79%22.75%-
XYZ1.571.124.14-
YUV27.91144.98129.49-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 27.52%
GREEN value IS 21 (8.59% from 255) = 19.27%
BLUE value IS 58 (23.05% from 255) = 53.21%
R=27.52%
G=19.27%
B=53.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3021580.480.6400.77254.5946.8415.49
Hex1E153A304004Dff2ff
Octal3625726010001153775717
Binary1111010101111010110000100000001001101111111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,21,58); }

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

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

 a { background-color: rgb(30,21,58); }

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

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

 span { border-color: rgb(30,21,58); }

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