#1E163B

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

Shades of Tolopea #1E163B

Tints of Tolopea #1E163B

Color information

#1E163B (or 0x1E163B) is unknown color: approx Tolopea. HEX triplet: 1E, 16 and 3B. RGB value is (30,22,59). Sum of RGB (Red+Green+Blue) = 30+22+59=111 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.03% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 59 (23.44% from 255 or 53.15% from 111); Max value from RGB is 59 - color contains mainly: blue. Hex color #1E163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E163B is #E1E9C4. Grayscale: #1C1C1C. Windows color (decimal): -14805445 or 3872286. OLE color: 3872286.

HSL color Cylindrical-coordinate representation of color #1E163B: hue angle of 252.97º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E163B is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB302259-
CMYK0.490.6300.77
HSL252.97º45.68%15.88%-
HSV(B)252.97º62.71%23.14%-
XYZ1.611.174.28-
YUV28.61145.15128.99-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 27.03%
GREEN value IS 22 (8.98% from 255) = 19.82%
BLUE value IS 59 (23.44% from 255) = 53.15%
R=27.03%
G=19.82%
B=53.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3022590.490.6300.77252.9745.6815.88
Hex1E163B313F04Dfd2e10
Octal362673617701153755620
Binary1111010110111011110001111111010011011111110110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E163B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,22,59); }

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

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

 a { background-color: rgb(30,22,59); }

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

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

 span { border-color: rgb(30,22,59); }

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