#1D1741

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

Shades of Tolopea #1D1741

Tints of Tolopea #1D1741

Color information

#1D1741 (or 0x1D1741) is unknown color: approx Tolopea. HEX triplet: 1D, 17 and 41. RGB value is (29,23,65). Sum of RGB (Red+Green+Blue) = 29+23+65=117 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.79% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 65 (25.78% from 255 or 55.56% from 117); Max value from RGB is 65 - color contains mainly: blue. Hex color #1D1741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1741 is #E2E8BE. Grayscale: #1D1D1D. Windows color (decimal): -14870719 or 4265757. OLE color: 4265757.

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

Color convert

RGB292365-
CMYK0.550.6500.75
HSL248.57º47.73%17.25%-
HSV(B)248.57º64.62%25.49%-
XYZ1.771.265.15-
YUV29.58147.99127.58-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 24.79%
GREEN value IS 23 (9.38% from 255) = 19.66%
BLUE value IS 65 (25.78% from 255) = 55.56%
R=24.79%
G=19.66%
B=55.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2923650.550.6500.75248.5747.7317.25
Hex1D1741374104Bf93011
Octal35271016710101133716021
Binary111011011110000011101111000001010010111111100111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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