#1D1740

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

Shades of Tolopea #1D1740

Tints of Tolopea #1D1740

Color information

#1D1740 (or 0x1D1740) is unknown color: approx Tolopea. HEX triplet: 1D, 17 and 40. RGB value is (29,23,64). Sum of RGB (Red+Green+Blue) = 29+23+64=116 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 64 (25.39% from 255 or 55.17% from 116); Max value from RGB is 64 - color contains mainly: blue. Hex color #1D1740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1740 is #E2E8BF. Grayscale: #1D1D1D. Windows color (decimal): -14870720 or 4200221. OLE color: 4200221.

HSL color Cylindrical-coordinate representation of color #1D1740: hue angle of 248.78º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D1740 is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB292364-
CMYK0.550.6400.75
HSL248.78º47.13%17.06%-
HSV(B)248.78º64.06%25.1%-
XYZ1.741.245-
YUV29.47147.49127.67-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25%
GREEN value IS 23 (9.38% from 255) = 19.83%
BLUE value IS 64 (25.39% from 255) = 55.17%
R=25%
G=19.83%
B=55.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2923640.550.6400.75248.7847.1317.06
Hex1D1740374004Bf92f11
Octal35271006710001133715721
Binary111011011110000001101111000000010010111111100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,23,64); }

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

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

 a { background-color: rgb(29,23,64); }

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

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

 span { border-color: rgb(29,23,64); }

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