#1F193B

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

Shades of Tolopea #1F193B

Tints of Tolopea #1F193B

Color information

#1F193B (or 0x1F193B) is unknown color: approx Tolopea. HEX triplet: 1F, 19 and 3B. RGB value is (31,25,59). Sum of RGB (Red+Green+Blue) = 31+25+59=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 59 (23.44% from 255 or 51.30% from 115); Max value from RGB is 59 - color contains mainly: blue. Hex color #1F193B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F193B is #E0E6C4. Grayscale: #1E1E1E. Windows color (decimal): -14739141 or 3873055. OLE color: 3873055.

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

Color convert

RGB312559-
CMYK0.470.5800.77
HSL250.59º40.48%16.47%-
HSV(B)250.59º57.63%23.14%-
XYZ1.71.34.3-
YUV30.67143.99128.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.96%
GREEN value IS 25 (10.16% from 255) = 21.74%
BLUE value IS 59 (23.44% from 255) = 51.30%
R=26.96%
G=21.74%
B=51.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3125590.470.5800.77250.5940.4816.47
Hex1F193B2F3A04Dfb2810
Octal373173577201153735020
Binary1111111001111011101111111010010011011111101110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F193B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,25,59); }

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

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

 a { background-color: rgb(31,25,59); }

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

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

 span { border-color: rgb(31,25,59); }

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