#1F163B

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

Shades of Tolopea #1F163B

Tints of Tolopea #1F163B

Color information

#1F163B (or 0x1F163B) is unknown color: approx Tolopea. HEX triplet: 1F, 16 and 3B. RGB value is (31,22,59). Sum of RGB (Red+Green+Blue) = 31+22+59=112 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.68% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 59 (23.44% from 255 or 52.68% from 112); Max value from RGB is 59 - color contains mainly: blue. Hex color #1F163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F163B is #E0E9C4. Grayscale: #1C1C1C. Windows color (decimal): -14739909 or 3872287. OLE color: 3872287.

HSL color Cylindrical-coordinate representation of color #1F163B: hue angle of 254.59º 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 #1F163B is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB312259-
CMYK0.470.6300.77
HSL254.59º45.68%15.88%-
HSV(B)254.59º62.71%23.14%-
XYZ1.641.184.28-
YUV28.91144.98129.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.68%
GREEN value IS 22 (8.98% from 255) = 19.64%
BLUE value IS 59 (23.44% from 255) = 52.68%
R=27.68%
G=19.64%
B=52.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3122590.470.6300.77254.5945.6815.88
Hex1F163B2F3F04Dff2e10
Octal372673577701153775620
Binary1111110110111011101111111111010011011111111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F163B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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