#1F123A

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

Shades of Tolopea #1F123A

Tints of Tolopea #1F123A

Color information

#1F123A (or 0x1F123A) is unknown color: approx Tolopea. HEX triplet: 1F, 12 and 3A. RGB value is (31,18,58). Sum of RGB (Red+Green+Blue) = 31+18+58=107 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.97% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 58 (23.05% from 255 or 54.21% from 107); Max value from RGB is 58 - color contains mainly: blue. Hex color #1F123A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F123A is #E0EDC5. Grayscale: #1A1A1A. Windows color (decimal): -14740934 or 3805727. OLE color: 3805727.

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

Color convert

RGB311858-
CMYK0.470.6900.77
HSL259.5º52.63%14.9%-
HSV(B)259.5º68.97%22.75%-
XYZ1.551.034.12-
YUV26.45145.81131.25-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 28.97%
GREEN value IS 18 (7.42% from 255) = 16.82%
BLUE value IS 58 (23.05% from 255) = 54.21%
R=28.97%
G=16.82%
B=54.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3118580.470.6900.77259.552.6314.9
Hex1F123A2F4504D10435f
Octal3722725710501154046517
Binary11111100101110101011111000101010011011000001001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,18,58); }

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

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

 a { background-color: rgb(31,18,58); }

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

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

 span { border-color: rgb(31,18,58); }

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