#1F173D

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

Shades of Tolopea #1F173D

Tints of Tolopea #1F173D

Color information

#1F173D (or 0x1F173D) is unknown color: approx Tolopea. HEX triplet: 1F, 17 and 3D. RGB value is (31,23,61). Sum of RGB (Red+Green+Blue) = 31+23+61=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F173D is #E0E8C2. Grayscale: #1D1D1D. Windows color (decimal): -14739651 or 4003615. OLE color: 4003615.

HSL color Cylindrical-coordinate representation of color #1F173D: hue angle of 252.63º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F173D is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB312361-
CMYK0.490.6200.76
HSL252.63º45.24%16.47%-
HSV(B)252.63º62.3%23.92%-
XYZ1.711.244.56-
YUV29.72145.65128.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.96%
GREEN value IS 23 (9.38% from 255) = 20%
BLUE value IS 61 (24.22% from 255) = 53.04%
R=26.96%
G=20%
B=53.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3123610.490.6200.76252.6345.2416.47
Hex1F173D313E04Cfd2d10
Octal372775617601143755520
Binary1111110111111101110001111110010011001111110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F173D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,23,61); }

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

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

 a { background-color: rgb(31,23,61); }

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

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

 span { border-color: rgb(31,23,61); }

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